diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-12-08 21:12:03 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-12-08 21:12:03 +0000 |
commit | 185f085735b79e80e4c2314c088ca2b088241fd9 (patch) | |
tree | e496414b0daf0a536fd8b0632f5766f18d409b29 | |
parent | 0d1efb245b26b73d5a68c0b2e5692ca61f65aff9 (diff) | |
download | php-git-185f085735b79e80e4c2314c088ca2b088241fd9.tar.gz |
Include a legend in the gcov report (suggestion by Tony).
-rw-r--r-- | Makefile.gcov | 2 |
1 files changed, 1 insertions, 1 deletions
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 |