Releases: friends-of-phpspec/phpspec-code-coverage
Quickfix around exclude path logic.
Since the v6.4.0 and some libraries updates, we were forced to rewrite the exclude path logic within the coverage listener. This release contains a fix, more details in #62.
Thank you @wesolydexter for the patch !
A bit late but welcome to PHP8.4 and PHPUnit 11 !
This library was already compatible with PHP8.3 but now it is tested against this version during the CI.
Also the code is now compatible with phpunit/php-code-coverage
v11.x so it's also compatible with PHPUnit 11
Welcome to PHP8.2 and PHPUnit 10 !
Also update the CI matrix to ensure the code is tested on lowest possible version and the highest possible version.
Welcome to PHP8.1 and cobertura report format !
Also remove the GrumPHP tasks.
Parameter addition for directory filtering.
A nice PR allows to expose Code coverage optional arguments for directory filtering. You can view details at #44.
PHP 8 and "phpunit/php-code-coverage" to v9 !
This release introduces two important changes :
- Support PHP 8
- Extension requires PHP7.3+ (due to phpunit/php-code-coverage v9 depending on it) #36
However, the version 5.x will still be maintained because it's compatible with PHP7.2. If we introduce new changes, they'll be backported on the releases/5.0
branch when possible.
Update dependencies "phpunit/php-code-coverage" to v8
This release also moved the CI from Travis to Github Action.
Move forward with PHP version !
Drop support for PHP older than 7.2
Compatibility with PHPSpec v6
Thanks to @ptondereau, we are now compatible with phpspec 6.
A brand new root namespace FriendsOfPhpSpec !
We need to take a step back and take some distance from our old friend LeanPHP
. We are gentle people so we maintain the old root namespace for avoiding BC Break…