Skip to content

Commit

Permalink
edited travis coveralls command to look for gcda on new location
Browse files Browse the repository at this point in the history
  • Loading branch information
Perseo committed Nov 22, 2020
1 parent b277b26 commit 17b5432
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:
- make all && make test

after_success:
- coveralls --exclude obj --exclude test --gcov-options '\-lp'
- coveralls --exclude tests --exclude obj/tests --gcov-options '\-lp'

0 comments on commit 17b5432

Please sign in to comment.