1.3 KiB
1.3 KiB
ChangeLog
All notable changes are documented in this file using the Keep a CHANGELOG principles.
10.0.2 - 2023-03-06
Changed
- Improved the legend on the file pages of the HTML code coverage report
10.0.1 - 2023-02-25
Fixed
- #981:
CodeUnitFindingVisitordoes not support DNF types
10.0.0 - 2023-02-03
Added
- #556: Make colors in HTML report configurable
- The path to
custom.cssfor the HTML report can now be configured
Changed
- #856: Do not include (and execute) uncovered files
Removed
- The deprecated methods
SebastianBergmann\CodeCoverage\Driver::forLineCoverage()andSebastianBergmann\CodeCoverage\Driver::forLineAndPathCoverage()have been removed - This component is no longer supported on PHP 7.3, PHP 7.4 and PHP 8.0
- This component no longer supports PHPDBG
- This component no longer supports Xdebug 2