mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed typo in gcov output filename
This commit is contained in:
parent
cc96967132
commit
5e9c6555ad
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ php_lcov.info: lcov-test
|
|||
|
||||
lcov-html: php_lcov.info
|
||||
@echo "Generating lcov HTML"
|
||||
@$(LTP_GENHTML) --legend --no-prefix --output-directory lcov_html/ --title "PHP Code Coverage" --show-details php_lcov.infoz
|
||||
@$(LTP_GENHTML) --legend --no-prefix --output-directory lcov_html/ --title "PHP Code Coverage" --show-details php_lcov.info
|
||||
|
||||
lcov-clean:
|
||||
rm -f php_lcov.info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue