Skip to content

Commit

Permalink
Excludes external libraries from code coverage
Browse files Browse the repository at this point in the history
They provide far more code than we actually use.
And we certainly don't want to test all that code!
  • Loading branch information
mgreter committed Oct 29, 2014
1 parent 66e1b4b commit 55410b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:

after_success:
# exclude some directories from profiling (.libs is from autotools)
- export EXCLUDE_COVERAGE="--exclude sassc --exclude sass-spec --exclude .libs"
- export EXCLUDE_COVERAGE="--exclude sassc --exclude sass-spec --exclude .libs --exclude json.cpp --exclude cencode.c --exclude .libs --exclude b64 --exclude utf8.h --exclude utf8_string.cpp --exclude test"
# debug via gcovr
- gcovr -r .
# debug via coveralls (dump result for futher analyzing)
Expand Down

0 comments on commit 55410b9

Please sign in to comment.