Releases: dvdoug/behat-code-coverage
Releases · dvdoug/behat-code-coverage
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.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