Skip to content

Commit

Permalink
coverall (attempt #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemkin committed Apr 11, 2014
1 parent 011a45c commit 0c1115a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ script:
- ./cmake.sh && cd _build && make && make test

after_success:
# - if [ -n "$COVERAGE" ]; then coveralls --gcov gcov-4.8 --exclude CMakeFiles --exclude-pattern 'CMake[^\.]*\.c(?:pp)?' --exclude-pattern '[^\.]*\.h'; fi
- cd ..
- if [ -n "$COVERAGE" ]; then coveralls --gcov gcov-4.8; fi
- if [ -n "$COVERAGE" ]; then coveralls --gcov gcov-4.8 --exclude CMakeFiles --exclude-pattern 'CMake[^\.]*\.c(?:pp)?' --exclude-pattern '[^\.]*\.h'; fi
- find . -iname "*.gcno"
- find . -iname "*.gcda"
- find . -iname "*.gcov"
Expand Down

0 comments on commit 0c1115a

Please sign in to comment.