diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-27 23:57:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-27 23:57:43 +0000 |
| commit | 604a9a63b436090d0715a3d8c2eea281fc19da3e (patch) | |
| tree | c3344260a87eb609fe4f53de25915548bf8ab7c5 | |
| parent | 95a8ed5f53bad3414ef2652f8b1e628e05c191c0 (diff) | |
Don't calculate coverage for system/boost etc..
| -rwxr-xr-x | run/tests | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
