]> granicus.if.org Git - php/commitdiff
remove --show-details from lcov's genhtml, as currently we don't separate the coverag...
authorNuno Lopes <nlopess@php.net>
Thu, 4 Jan 2007 14:11:47 +0000 (14:11 +0000)
committerNuno Lopes <nlopess@php.net>
Thu, 4 Jan 2007 14:11:47 +0000 (14:11 +0000)
# gathering per test coverage data is possible, but way too slow and would require modifications to run-tests.php

Makefile.gcov

index 57018b60be0a76f847cf4a81de49599035d804c8..e8da7d539d6b69288fc18c609eace0a96765382d 100644 (file)
@@ -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