sebastianbergmann / phpcov

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

Added transform command, to create reports from php_codecoverage results #11

Closed hpbuniat closed 8 years ago

hpbuniat commented 11 years ago

I've added a transform command to explicitly transform a serialized PHP_CodeCoverage-Report (from phpunit's --coverage-php) into another report type (e.g. html).

This might be also possible by using the existing merge command.

pmcjury commented 10 years ago

+1

sebastianbergmann commented 8 years ago

Closing because "this branch has conflicts that must be resolved". Sorry for not looking at it before.