Skip to content

Commit

Permalink
Fix CI upload issue with coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Dec 28, 2016
1 parent 2d1a051 commit 5fb20cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions script/ci-install-compiler
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

gem install minitest
gem install minitap

pip install --user 'requests[security]'
3 changes: 2 additions & 1 deletion script/ci-report-coverage
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
if [ "x$COVERAGE" = "xyes" ]; then

# exclude some directories from profiling (.libs is from autotools)
export EXCLUDE_COVERAGE="--exclude src/sassc
export EXCLUDE_COVERAGE="--exclude plugins
--exclude sassc/sassc.c
--exclude src/sass-spec
--exclude src/.libs
--exclude src/debug.hpp
Expand Down

0 comments on commit 5fb20cd

Please sign in to comment.