phpro / grumphp

A PHP code-quality tool
MIT License
4.15k stars 430 forks source link

paratest: Add support for '--coverage-clover' and '--coverage-php' #776

Closed LompiSystems closed 4 years ago

LompiSystems commented 4 years ago
Q A
Branch master
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Documented? yes
Fixed tickets

Now for paratest task grumphp support only --coverage-html and --coverage-xml agrument. I added support also for --coverage-clover and --coverage-php. Currently paratest don't support generating clover coverage base on phpunit logging configuration, so without that change we can't use paratet to generate correct raport to clover_coverage task.

veewee commented 4 years ago

Thanks for adding the options! Looks good!