Skip to content

phpunit/php-code-coverage 11.0.9

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 13:27
· 118 commits to main since this release
11.0.9
14d63fb

Changed

  • Changed version identifier for static analysis cache from "MD5 over source code" to Version::id()
  • The SebastianBergmann\CodeCoverage\Filter::includeUncoveredFiles() and SebastianBergmann\CodeCoverage\Filter::excludeUncoveredFiles() methods are no longer deprecated

Fixed

  • #1063: HTML report highlights argument named fn differently than other named arguments