summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-27 23:57:43 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-27 23:57:43 +0000
commit604a9a63b436090d0715a3d8c2eea281fc19da3e (patch)
treec3344260a87eb609fe4f53de25915548bf8ab7c5
parent95a8ed5f53bad3414ef2652f8b1e628e05c191c0 (diff)
Don't calculate coverage for system/boost etc..
-rwxr-xr-xrun/tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/run/tests b/run/tests
index 721651e3..a9b57ad8 100755
--- a/run/tests
+++ b/run/tests
@@ -101,6 +101,7 @@ $dcpinfo -s $private/JourneyToJah_TLR-1_F_EN-DE-FR_CH_51_2K_LOK_20140225_DGL_SMP
cd build
gcovr --root=$(pwd) --keep
lcov --capture --directory $(pwd) --base-directory $(pwd) --output-file test/coverage.info
+lcov --remove test/coverage.info "/usr*" -o test/coverage.info
genhtml test/coverage.info --output-directory test/coverage
echo "PASS"