Skip to content

Releases: dvdoug/behat-code-coverage

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

5.2.1

10 Jan 20:16
Compare
Choose a tag to compare

Fixed

  • When Xdebug was enabled, but its coverage feature was disabled an exception was thrown. This scenario is now treated
    the same as when no coverage driver is loaded at all (a warning is printed but Behat is allowed to run to completion)

5.2.0

11 Oct 19:04
Compare
Choose a tag to compare

Added

  • Added support for the Cobertura report format

Changed

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

5.1.1

14 Aug 22:33
Compare
Choose a tag to compare

Fixed

  • Make the --no-coverage option work again