We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1a051 commit 5fb20cdCopy full SHA for 5fb20cd
script/ci-install-compiler
@@ -2,3 +2,5 @@
2
3
gem install minitest
4
gem install minitap
5
+
6
+pip install --user 'requests[security]'
script/ci-report-coverage
@@ -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
7
+ --exclude sassc/sassc.c
8
--exclude src/sass-spec
9
--exclude src/.libs
10
--exclude src/debug.hpp
0 commit comments