sebastianbergmann / phpcov

TextUI frontend for php-code-coverage
BSD 3-Clause "New" or "Revised" License
223 stars 58 forks source link

HTML Coverage Reports for Patch-Coverage #133

Closed Jackson-H-Code closed 1 year ago

Jackson-H-Code commented 1 year ago

Question When running phpcov patch-coverage, the only output option is through the command line, or into a .txt file. Is it currently possible to generate an html representation of this coverage option, or will there be an option to do this in the future?

For example, $ phpcov patch-coverage --path-prefix /path/to/project --html /path/to/htmlReport /tmp/coverage.cov /tmp/patch.txt

Thanks in advance.

sebastianbergmann commented 1 year ago

This is outside the scope of this project.