All notable changes are documented in this file using the Keep a CHANGELOG principles.
10.1.0 - 2023-04-07
- #982: Add option to ignore lines from code coverage
10.0.1 - 2023-02-25
- #981:
CodeUnitFindingVisitor
does not support DNF types
10.0.0 - 2023-02-03
- #556: Make colors in HTML report configurable
- The path to
custom.css
for the HTML report can now be configured
- #856: Do not include (and execute) uncovered files
- 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