sebastianbergmann / phpcov

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

Generate code coverage report in PHP format as first in list to avoid serializing cache data #134

Closed Slamdunk closed 11 months ago

Slamdunk commented 11 months ago

This is part of https://github.com/sebastianbergmann/php-code-coverage/issues/1009

sebastianbergmann commented 11 months ago

We need (and can) ignore the test failures on PHP 8.3 and PHP 8.4. This is related to what is discussed here.