diff options
Diffstat (limited to 'run')
| -rwxr-xr-x | run/tests | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -97,4 +97,10 @@ fi # and check that they are right $dcpinfo -s $private/JourneyToJah_TLR-1_F_EN-DE-FR_CH_51_2K_LOK_20140225_DGL_SMPTE_OV >> $work/jah.log +# Calculate coverage +cd build +gcovr --root=$(pwd) --keep +lcov --capture --directory $(pwd) --base-directory $(pwd) --output-file test/coverage.info +genhtml test/coverage.info --output-directory test/coverage + echo "PASS" |
