Skip to content

Commit

Permalink
Exclude test directory from coverage analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
vahancho committed Nov 6, 2019
1 parent 556ceb7 commit 1093cea
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 @@ -9,4 +9,4 @@ script:
- g++ -std=c++11 -coverage test/main.cpp -o test_app
- ./test_app
after_success:
- coveralls --verbose
- coveralls --verbose --exclude test

0 comments on commit 1093cea

Please sign in to comment.