From: Carl Hetherington Date: Sat, 27 Dec 2014 23:57:43 +0000 (+0000) Subject: Don't calculate coverage for system/boost etc.. X-Git-Tag: v1.1.0~142 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=604a9a63b436090d0715a3d8c2eea281fc19da3e;p=libdcp.git Don't calculate coverage for system/boost etc.. --- 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"