summaryrefslogtreecommitdiff
path: root/Makefile.gcov
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2007-01-04 14:11:47 +0000
committerNuno Lopes <nlopess@php.net>2007-01-04 14:11:47 +0000
commit17ff2f42ff8f9d27a66c9eafe2471abe96d84e44 (patch)
tree5a2f3827f0872a6a8df1a8a04c857d497ef3c90e /Makefile.gcov
parenta078b563267400fc5a5eb39464707562aa8b52cf (diff)
downloadphp-git-17ff2f42ff8f9d27a66c9eafe2471abe96d84e44.tar.gz
remove --show-details from lcov's genhtml, as currently we don't separate the coverage data per test, making this option useless
# gathering per test coverage data is possible, but way too slow and would require modifications to run-tests.php
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 57018b60be..e8da7d539d 100644
--- a/Makefile.gcov
+++ b/Makefile.gcov
@@ -67,7 +67,7 @@ php_lcov.info: lcov-test
lcov-html: php_lcov.info
@echo "Generating lcov HTML"
- @$(LTP_GENHTML) --legend --output-directory lcov_html/ --title "PHP Code Coverage" --show-details php_lcov.info
+ @$(LTP_GENHTML) --legend --output-directory lcov_html/ --title "PHP Code Coverage" php_lcov.info
lcov-clean:
rm -f php_lcov.info