Releases: sebastianbergmann/php-code-coverage
Releases · sebastianbergmann/php-code-coverage
phpunit/php-code-coverage 12.3.6
Fixed
- #1091: HTML report renderer uses code coverage driver
phpunit/php-code-coverage 12.3.5
Changed
- #1090: Only export properties for configuration, code coverage data, and test results when serializing
CodeCoverage
phpunit/php-code-coverage 12.3.4
Changed
- Improved performance of
MapBuilder::build()
phpunit/php-code-coverage 12.3.3
Changed
- #1085: Improve performance by skipping empty lines after filter has been applied
phpunit/php-code-coverage 11.0.11
Changed
- #1085: Improve performance by skipping empty lines after filter has been applied
phpunit/php-code-coverage 12.3.2
Changed
- Add coverage and complexity columns to class and method complexity tables
- Add CRAP to graph tooltip
Fixed
- #1081: Class complexity scatter chart tooltips show incorrect class
phpunit/php-code-coverage 12.3.1
Changed
- Changed CSS for HTML report to not use common ligatures as this sometimes lead to hard-to-read code
- Updated Bootstrap to version 5.3.6 for HTML report
phpunit/php-code-coverage 11.0.10
Changed
- Changed CSS for HTML report to not use common ligatures as this sometimes lead to hard-to-read code
- Updated Bootstrap to version 5.3.6 for HTML report
phpunit/php-code-coverage 12.3.0
Changed
- #1080: Support for reporting code coverage information in OpenClover XML reporter; unlike the existing Clover XML reporter, which remains unchanged, this new reporter validates against the OpenClover project's XML schema definition, with one exception: we do not generate
<testproject>
element. This feature is experimental and the generated XML might change in order to improve compliance with the OpenClover project's XML schema definition further. Such changes will be made in bugfix and/or minor releases even if they break backward compatibility.
phpunit/php-code-coverage 12.2.1
Changed
- Safeguard
file_get_contents()
call withis_file()
call to avoid problems with error handlers that act on suppressed warnings