aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-05-18 23:08:44 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-05-18 23:08:44 -0700
commit626b4d15bd73707b9cd759067b1346ab2bd81ec8 (patch)
treeb5dddd8f453ea1db2b2d0d4ef80c84c5e12f4e25
parentc4c3f389eee4974853823065576daec466ab9800 (diff)
parent3b3658ef378102e3d8033a8497b14b1045fe4532 (diff)
Merge pull request #1645 from ctiller/count-some-things-better
Exclude test & compiler sources from coveralls reported test coverage
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c1086c1765..ee5f50579b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: