Skip to content

Commit 3e53a48

Browse files
committed
Update ProcessedFunctionCoverageData.php
1 parent adb03c0 commit 3e53a48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Data/ProcessedFunctionCoverageData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ public function merge(self $data): self
8282
}
8383

8484
return new self(
85-
$branches,
86-
$paths,
85+
$branches ?? $this->branches,
86+
$paths ?? $this->paths,
8787
);
8888
}
8989

0 commit comments

Comments
 (0)