From 604a9a63b436090d0715a3d8c2eea281fc19da3e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 27 Dec 2014 23:57:43 +0000 Subject: Don't calculate coverage for system/boost etc.. --- run/tests | 1 + 1 file changed, 1 insertion(+) (limited to 'run') 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" -- cgit v1.2.3