Releases: sebastianbergmann/php-code-coverage
Releases · sebastianbergmann/php-code-coverage
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
phpunit/php-code-coverage 11.0.3
Fixed
- #1033:
@codeCoverageIgnore
annotation does not work onenum
phpunit/php-code-coverage 10.1.14
Fixed
- #1033:
@codeCoverageIgnore
annotation does not work onenum