summaryrefslogtreecommitdiff
path: root/Makefile.gcov
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.gcov')
-rw-r--r--Makefile.gcov2
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