Skip to content

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

Add support for PHPSpec 8.0

26 Sep 12:45
f3b458f

Choose a tag to compare

  • Add support for PHP 8.4
  • Drop support for PHP < 8.1 (those versions aren't supported anymore by the community)
  • Add support for PHPSpec 8.0

Fix incompatibility between PHPSpec and PHP8.4

16 Jul 13:18
6269ed6

Choose a tag to compare

  • Fix main PHPSpec and PHP 8.4 compatibility: Wrap service container arrays in objects #64 by @balazscsaba2006
  • Update GitHub workflows action versions #65

Quickfix around exclude path logic.

12 Aug 13:34
2ea7800

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

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

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

Choose a tag to compare

Also remove the GrumPHP tasks.

Parameter addition for directory filtering.

30 Mar 20:52
cb6177e

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

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

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

Choose a tag to compare

Drop support for PHP older than 7.2