Add spacing between source files in the output

This commit is contained in:
Pierre Pronchery 2018-02-19 01:51:31 +01:00
parent 2d46e0d827
commit 44f0bc2b31

View File

@ -60,6 +60,7 @@ _coverage()
res=$?
#look for any code executed
$FIND "$tmpdir/tests" -name '*.gcda' | while read filename; do
echo
echo "${filename%.gcda}.c:"
$GCOV -n "${filename%.gcda}.gcno"
#TODO output the GCOV file