We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f03d58 commit 283022eCopy full SHA for 283022e
1 file changed
src/Data/ProcessedFunctionCoverageData.php
@@ -82,8 +82,8 @@ public function merge(self $data): self
82
}
83
84
return new self(
85
- $branches,
86
- $paths,
+ $branches ?? $this->branches,
+ $paths ?? $this->paths,
87
);
88
89
0 commit comments