Skip to content

Releases: friends-of-phpspec/phpspec-code-coverage

Quickfix around exclude path logic.

12 Aug 13:34
2ea7800
Compare
Choose a tag to compare

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 !

16 Jul 21:21
944f7d0
Compare
Choose a tag to compare

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 !

22 Feb 15:48
0b87846
Compare
Choose a tag to compare

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 !

22 Feb 15:49
2d40ca7
Compare
Choose a tag to compare

Also remove the GrumPHP tasks.

Parameter addition for directory filtering.

30 Mar 20:52
cb6177e
Compare
Choose a tag to compare

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 !

30 Nov 14:09
d1957ce
Compare
Choose a tag to compare

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

30 Nov 14:08
285064b
Compare
Choose a tag to compare

This release also moved the CI from Travis to Github Action.

Move forward with PHP version !

16 Nov 16:43
2515039
Compare
Choose a tag to compare

Drop support for PHP older than 7.2

Compatibility with PHPSpec v6

12 Nov 10:28
Compare
Choose a tag to compare

Thanks to @ptondereau, we are now compatible with phpspec 6.

A brand new root namespace FriendsOfPhpSpec !

01 Oct 14:43
Compare
Choose a tag to compare

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…