nlopess Thu Jan 4 14:11:47 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src Makefile.gcov
Log:
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
http://cvs.php.net/viewvc.cgi/php-src/Makefile.gcov?r1=1.4.2.10.2.2&r2=1.4.2.10.2.3&diff_format=u
Index: php-src/Makefile.gcov
diff -u php-src/Makefile.gcov:1.4.2.10.2.2 php-src/Makefile.gcov:1.4.2.10.2.3
--- php-src/Makefile.gcov:1.4.2.10.2.2 Sun Sep 10 12:37:44 2006
+++ php-src/Makefile.gcov Thu Jan 4 14:11:47 2007
@@ -67,7 +67,7 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php