Skip to content

phpunit/php-code-coverage 14.3.2

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 03:48
· 14 commits to main since this release
Immutable release. Only release title and notes can be modified.
14.3.2
93d6263

Fixed

  • #1305: Lines that the driver cannot report are marked as not covered
  • No branch coverage was collected when Xdebug was used and branch coverage was requested without path coverage (Granularity::LineAndBranch) (Xdebug was started without XDEBUG_CC_BRANCH_CHECK and only line coverage was collected)