Skip to content

Commit

Permalink
correct coveralls filter #2
Browse files Browse the repository at this point in the history
  • Loading branch information
artemkin committed Apr 11, 2014
1 parent 49d5d4f commit 79da134
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 @@ -43,7 +43,7 @@ script:

after_success:
- cd ..
- if [ -n "$COVERAGE" ]; then coveralls --gcov gcov-4.8 -e test -e _build -E ".*\.(h|hpp)$"; fi
- if [ -n "$COVERAGE" ]; then coveralls --gcov gcov-4.8 -e test -e _build/CMakeFiles -E ".*\.(h|hpp)$"; fi
# - find . -iname "*.gcno"
# - find . -iname "*.gcda"
# - find . -iname "*.gcov"
Expand Down

0 comments on commit 79da134

Please sign in to comment.