Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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!
mgreter committed Oct 29, 2014

Verified

This commit was signed with the committer’s verified signature.
alexsapran Alexandros Sapranidis
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
@@ -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)

0 comments on commit 39ff993

Please sign in to comment.