Skip to content

Commit

Permalink
fix : removing googletest files from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bendou committed Jan 8, 2019
1 parent 6d232d7 commit 6420a12
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,7 +27,7 @@ script:
after_success:
- ls ./TestsMathToolKitCPP/TestNAlgebra/CMakeFiles/TestNAlgebra.dir
- sudo ln -sf /usr/bin/gcov-8 /usr/bin/gcov
- coveralls --verbose --root . --gcov-options '\-l' -E ".*CMakeFiles.*" -E ".*gtest.*" -e TestsMathToolKit/lib -e /lib
- coveralls --root . --gcov-options '\-l' -E ".*CMakeFiles.*" -E ".*gtest.*" -E ".*google*"

notifications:
email: false

0 comments on commit 6420a12

Please sign in to comment.