Skip to content

Commit

Permalink
Excluded unnecessary files from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Biradar Nandkishor committed Dec 29, 2019
1 parent c21cb78 commit 65c4e59
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 @@ -23,4 +23,4 @@ script:
- ./test/hsm_test/hsm_UnitTest

after_success:
- coveralls --root . -E ".*CMakeFiles.*"
- coveralls --root . --exclude demo --exclude catch.hpp --exclude hippomocks.h -E ".*CMakeFiles.*"

0 comments on commit 65c4e59

Please sign in to comment.