Releases: dvdoug/behat-code-coverage
Releases · dvdoug/behat-code-coverage
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.1
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
Added
- Compatibility with
phpunit/php-code-coverage
v10.
- Added
colors
and customCSSFile
options to HTML report configuration
5.2.2
Added
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
Fixed
- Make the
--no-coverage
option work again
5.2.1
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)