Skip to content

Releases: dvdoug/behat-code-coverage

v5.3.6

16 Nov 20:33
Compare
Choose a tag to compare

Fixed

  • Don't show any warning messages about missing coverage driver when --no-coverage CLI option is used

v5.3.5

22 Sep 17:35
Compare
Choose a tag to compare

Changed

  • Use stderr instead of stdout for warnings

v5.3.2.1

15 Sep 18:19
Compare
Choose a tag to compare

Fixed

  • Better handling of PCOV and Xdebug running side by side

v5.3.4

03 Apr 19:25
Compare
Choose a tag to compare

Fixed

  • Better handling of relative paths

v5.3.3

03 Feb 17:59
Compare
Choose a tag to compare

Added

  • Compatibility with phpunit/php-code-coverage v11

Changed

  • Minimum phpunit/php-code-coverage version bumped to 10.1

5.3.2

09 Dec 14:34
Compare
Choose a tag to compare

Added

  • Support for Symfony 7

Removed

  • Support for Symfony 4

5.3.1

08 May 18:44
Compare
Choose a tag to compare

Changed

  • Stopped using some deprecated methods inside phpunit/php-code-coverage v10.1

Fixed

  • Better handling of PCOV and Xdebug running side by side

5.3.0

04 Feb 16:49
Compare
Choose a tag to compare

Added

  • Compatibility with phpunit/php-code-coverage v10.
  • Added colors and customCSSFile options to HTML report configuration

5.2.2

30 Nov 20:50
Compare
Choose a tag to compare

Added

  • Support for Symfony 6

Changed

  • Improved error messages when a coverage driver cannot be found
  • Deprecated processUncoveredFiles setting, it has been removed as of php-code-coverage v10.

5.0.1

13 Sep 12:03
Compare
Choose a tag to compare

Fixed

  • Make the --no-coverage option work again