Skip to content

Commit

Permalink
#25 Pass $branchPathConfig during both passes
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Sep 15, 2024
1 parent dda4078 commit 269d4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,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 269d4fa

Please sign in to comment.