Skip to content

Commit

Permalink
remove --show-details from lcov's genhtml, as currently we don't sepa…
Browse files Browse the repository at this point in the history
…rate 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
  • Loading branch information
nunoplopes committed Jan 4, 2007
1 parent a078b56 commit 17ff2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.gcov
Expand Up @@ -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
Expand Down

0 comments on commit 17ff2f4

Please sign in to comment.