Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
Refine code coverage result.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-spiessens committed Dec 1, 2020
1 parent 4318bc5 commit b1fa761
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 @@ -28,7 +28,7 @@ script:

after_success:
- gcov `find test_package/build/coverage/ -name *.o`
- coveralls -b test_package/build/coverage/ -e include/data.h
- coveralls -b test_package/build/coverage/ -e test_package/ -e build/

before_deploy:
- conan install . -if build/ -s build_type=Release
Expand Down

0 comments on commit b1fa761

Please sign in to comment.