Skip to content

Commit

Permalink
package/ci: exclude command-line utility from code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Sep 4, 2016
1 parent 6903226 commit 5215eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/ci/travis.yml
Expand Up @@ -54,4 +54,4 @@ script:
- sync

after_success:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then coveralls --gcov /usr/bin/gcov-4.7 -i src/ -E ".*/(Test)/.*" --gcov-options '\-lp'; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then coveralls --gcov /usr/bin/gcov-4.7 -i src/ -E "(.*/(Test)/.*|.*/Utility/rc.cpp)" --gcov-options '\-lp'; fi

0 comments on commit 5215eb3

Please sign in to comment.