Releases · dvdoug/behat-code-coverage

v5.4.2

Added

  • Compatibility with phpunit/php-code-coverage v14

Changed

  • Renamed "PHP" reports to "Serialized" reports to align with new upstream terminology. The old config keys are still
    supported for backwards compatibility
  • Changed default colours in the HTML report to match new defaults from upstream

v5.4.1

Added

  • Compatibility with phpunit/php-code-coverage v13

v5.4.0

Added

  • Added openclover report option

v5.3.7

Added

  • Compatibility with phpunit/php-code-coverage v12

v5.3.6

Fixed

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

v5.3.5

Changed

  • Use stderr instead of stdout for warnings

v5.3.2.1

Fixed

  • Better handling of PCOV and Xdebug running side by side

v5.3.4

Fixed

  • Better handling of relative paths

v5.3.3

Added

  • Compatibility with phpunit/php-code-coverage v11

Changed

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

5.3.2

Added

  • Support for Symfony 7

Removed

  • Support for Symfony 4