Skip to content

Commit

Permalink
Merge pull request sass#1015 from xzyfer/fix/remove-debugger-from-cov…
Browse files Browse the repository at this point in the history
…erage

Fix typo in code coverage config
  • Loading branch information
xzyfer committed Mar 31, 2015
2 parents ee3507b + c1237a2 commit d215db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ci-report-coverage
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ "x$COVERAGE" = "xyes" ]; then
--exclude utf8.h --exclude utf8_string.cpp
--exclude sass2scss.h --exclude sass2scss.cpp
--exclude test --exclude posix
--exlcude debugger.hpp"
--exclude debugger.hpp"
# debug via gcovr
gcov -v
gcovr -r .
Expand Down

0 comments on commit d215db5

Please sign in to comment.