Skip to content

Commit 5fb20cd

Browse files
committed
Fix CI upload issue with coveralls
1 parent 2d1a051 commit 5fb20cd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

script/ci-install-compiler

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22

33
gem install minitest
44
gem install minitap
5+
6+
pip install --user 'requests[security]'

script/ci-report-coverage

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
if [ "x$COVERAGE" = "xyes" ]; then
44

55
# exclude some directories from profiling (.libs is from autotools)
6-
export EXCLUDE_COVERAGE="--exclude src/sassc
6+
export EXCLUDE_COVERAGE="--exclude plugins
7+
--exclude sassc/sassc.c
78
--exclude src/sass-spec
89
--exclude src/.libs
910
--exclude src/debug.hpp

0 commit comments

Comments
 (0)