From 17ff2f42ff8f9d27a66c9eafe2471abe96d84e44 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 4 Jan 2007 14:11:47 +0000 Subject: [PATCH] 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 --- Makefile.gcov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1