Releases: sebastianbergmann/php-code-coverage
Releases · sebastianbergmann/php-code-coverage
phpunit/php-code-coverage 12.0.1
Fixed
- #1061: Enumerations cannot be targeted for code coverage
phpunit/php-code-coverage 12.0.0
Changed
CodeCoverage::stop()
andCodeCoverage::append()
now expect arguments of typeTargetCollection
instead ofarray
to configure code coverage targets
Removed
- Method
CodeCoverage::detectsDeadCode()
- Optional argument
$linesToBeUsed
ofCodeCoverage::stop()
andCodeCoverage::append()
methods - This component is no longer supported on PHP 8.2
- This component no longer supports Xdebug versions before Xdebug 3.1
phpunit/php-code-coverage 11.0.8
Changed
- #1054: Use click event for toggling "tests covering this line" popover in HTML report
phpunit/php-code-coverage 11.0.7
Changed
Deprecated
- The
SebastianBergmann\CodeCoverage\Filter::includeUncoveredFiles()
,SebastianBergmann\CodeCoverage\Filter::excludeUncoveredFiles()
, andSebastianBergmann\CodeCoverage\Filter::excludeFile()
methods have been deprecated
phpunit/php-code-coverage 11.0.6
Changed
- Updated dependencies (so that users that install using Composer's
--prefer-lowest
CLI option also get recent versions)
phpunit/php-code-coverage 10.1.16
Changed
- Updated dependencies (so that users that install using Composer's
--prefer-lowest
CLI option also get recent versions)
phpunit/php-code-coverage 9.2.32
Changed
- Updated dependencies (so that users that install using Composer's
--prefer-lowest
CLI option also get recent versions)
phpunit/php-code-coverage 11.0.5
Changed
- This project now uses PHPStan instead of Psalm for static analysis
phpunit/php-code-coverage 11.0.4
Fixed
- #967: Identification of executable lines for
match
expressions does not work correctly
phpunit/php-code-coverage 10.1.15
Fixed
- #967: Identification of executable lines for
match
expressions does not work correctly