Skip to content

Commit

Permalink
Exclude pe_info.hpp from coverage tests (there is no simple way to ru…
Browse files Browse the repository at this point in the history
…n tests on Windows using TravisCI)
  • Loading branch information
apolukhin committed Sep 17, 2014
1 parent 80f2062 commit 685eb8f
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 @@ -27,6 +27,6 @@ after_success:
- find ../../../bin.v2/ -name "*.gcno" -exec cp "{}" ./ \;
- sudo apt-get install -qq python-yaml lcov
- lcov --directory ./ --base-directory ./ --capture --output-file coverage.info
- lcov --remove coverage.info '/usr*' '*/filesystem*' '*/container*' '*/core/*' '*/exception/*' '*/intrusive/*' '*/smart_ptr/*' '*/move/*' '*/fusion/*' '*/io/*' '*/function/*' '*/iterator/*' '*/preprocessor/*' '*/system/*' '*/boost/test/*' '*/boost/detail/*' '*/utility/*' -o coverage.info
- lcov --remove coverage.info '/usr*' '*/filesystem*' '*/container*' '*/core/*' '*/exception/*' '*/intrusive/*' '*/smart_ptr/*' '*/move/*' '*/fusion/*' '*/io/*' '*/function/*' '*/iterator/*' '*/preprocessor/*' '*/system/*' '*/boost/test/*' '*/boost/detail/*' '*/utility/*' '*/pe_info.hpp' -o coverage.info
- gem install coveralls-lcov
- cd .. && coveralls-lcov test/coverage.info

0 comments on commit 685eb8f

Please sign in to comment.