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 39ff993
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="-e sassc -e sass-spec -e .libs -E json.* -e debug.hpp -e cencode.c -e b64 -e utf8 -E utf8.* -E utf8_string.* -e test"
# debug via gcovr
- gcovr -r .
# debug via coveralls (dump result for futher analyzing)
Expand Down

0 comments on commit 39ff993

Please sign in to comment.