Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.39 KB

ChangeLog.md

File metadata and controls

37 lines (22 loc) · 1.39 KB

ChangeLog

All notable changes are documented in this file using the Keep a CHANGELOG principles.

10.1.0 - 2023-04-07

Added

  • #982: Add option to ignore lines from code coverage

10.0.1 - 2023-02-25

Fixed

  • #981: CodeUnitFindingVisitor does not support DNF types

10.0.0 - 2023-02-03

Added

  • #556: Make colors in HTML report configurable
  • The path to custom.css for the HTML report can now be configured

Changed

  • #856: Do not include (and execute) uncovered files

Removed

  • The deprecated methods SebastianBergmann\CodeCoverage\Driver::forLineCoverage() and SebastianBergmann\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