Skip to content
Snippets Groups Projects
Commit 626b4d15 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #1645 from ctiller/count-some-things-better

Exclude test & compiler sources from coveralls reported test coverage
parents c4c3f389 3b3658ef
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ script:
- if [ ! -z "$USE_GCC" ] ; then export CC=gcc-$USE_GCC ; export CXX=g++-$USE_GCC ; fi
- ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 4.0
after_success:
- if [ "$CONFIG" = "gcov" ] ; then coveralls --exclude third_party --exclude gens -b. --gcov-options '\-p' ; fi
- if [ "$CONFIG" = "gcov" ] ; then coveralls --exclude third_party --exclude gens --exclude test --exclude src/compiler -b. --gcov-options '\-p' ; fi
notifications:
email: false
webhooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment