projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d1efb2
)
Include a legend in the gcov report (suggestion by Tony).
author
Ilia Alshanetsky
<iliaa@php.net>
Thu, 8 Dec 2005 21:12:03 +0000
(21:12 +0000)
committer
Ilia Alshanetsky
<iliaa@php.net>
Thu, 8 Dec 2005 21:12:03 +0000
(21:12 +0000)
Makefile.gcov
patch
|
blob
|
history
diff --git
a/Makefile.gcov
b/Makefile.gcov
index 4276bd85f8550a44c8e9760a539cf269e9ab8115..26338a45bd9b3f83004d2dc22c8521927272a916 100644
(file)
--- 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