Skip to content

Commit

Permalink
Merge branch '5.3.2-x'
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Sep 15, 2024
2 parents dd02e42 + bb785d5 commit 4cb7284
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
### Changed
- Minimum `phpunit/php-code-coverage` version bumped to 10.1

## [5.3.2.1] - 2024-09-15
### Fixed
- Better handling of PCOV and Xdebug running side by side

## [5.3.2] - 2023-12-09
### Added
- Support for Symfony 7
Expand Down Expand Up @@ -121,7 +125,8 @@
[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.4..master

[5.3.4]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.3..v5.3.4
[5.3.3]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.2..v5.3.3
[5.3.3]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.2.1..v5.3.3
[5.3.2.1]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.2..v5.3.2.1
[5.3.2]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.1..v5.3.2
[5.3.1]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.0..v5.3.1
[5.3.0]: https://github.com/dvdoug/behat-code-coverage/compare/v5.2.2..v5.3.0
Expand Down
2 changes: 1 addition & 1 deletion src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public function process(ContainerBuilder $container): void

$canCollectCodeCoverage = true;
try {
$this->initCodeCoverage(new Filter(), $filterConfig, null, $cacheDir, $output);
$this->initCodeCoverage(new Filter(), $filterConfig, $branchPathConfig, $cacheDir, $output);

$codeCoverageDefinition = $container->getDefinition(CodeCoverage::class);
$filterDefinition = $container->getDefinition(Filter::class);
Expand Down

0 comments on commit 4cb7284

Please sign in to comment.