sebastianbergmann / phpcov

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

Support for php-code-coverage ^9.1 #98

Closed marcingy closed 4 years ago

marcingy commented 4 years ago

Currently phpcov can't be installed with phpunit 9.3 because of conflict with version of php-code-coverage needed.

sebastianbergmann commented 4 years ago

Using Composer to install this tool is not recommended.

sebastianbergmann commented 4 years ago

This is not only a matter of "PHPCOV and PHPUnit 9.3 cannot be installed together with Composer".

PHPUnit 9.3 uses a new version of php-code-coverage. API changes in this new version of php-code-coverage require changes in PHPCOV. Changes introduced in PHPUnit's API for handling configuration file made in PHPUnit 9.0 (and since then) also need to be taken into account.

sebastianbergmann commented 4 years ago

I started to work on this in master but it might take some time until this is ready for release.

sebastianbergmann commented 4 years ago

PHPCOV 8.0.0 has been released with initial support for PHPUnit 9 / php-code-coverage 9.