From: Ilia Alshanetsky Date: Thu, 8 Dec 2005 21:12:03 +0000 (+0000) Subject: Include a legend in the gcov report (suggestion by Tony). X-Git-Tag: php-5.1.2RC1~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=185f085735b79e80e4c2314c088ca2b088241fd9;p=php Include a legend in the gcov report (suggestion by Tony). --- 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