From: Ilia Alshanetsky Date: Thu, 8 Dec 2005 21:12:31 +0000 (+0000) Subject: MFB51: Include a legend in the gcov report X-Git-Tag: RELEASE_1_0_4~462 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f4f466f6eca9efc15b1042bb8c75197a0d87c55;p=php MFB51: Include a legend in the gcov report --- diff --git a/Makefile.gcov b/Makefile.gcov index 4276bd85f8..26338a45bd 100644 --- a/Makefile.gcov +++ b/Makefile.gcov @@ -61,7 +61,7 @@ php_lcov.info: lcov-test lcov-html: php_lcov.info @echo "Generating lcov HTML" - @$(LTP_GENHTML) --no-prefix --output-directory lcov_html/ --title "PHP Code Coverage" --show-details php_lcov.info + @$(LTP_GENHTML) --legend --no-prefix --output-directory lcov_html/ --title "PHP Code Coverage" --show-details php_lcov.infoz lcov-clean: rm -f php_lcov.info