feat: pr and issue

This commit is contained in:
Nuno Maduro
2024-07-04 00:53:58 +01:00
parent 09ca7a1fd5
commit ee32f25485
26 changed files with 423 additions and 53 deletions

View File

@ -198,6 +198,8 @@ final class Coverage
$array = [];
foreach (array_filter($file->lineCoverageData(), is_array(...)) as $line => $tests) {
assert(is_array($tests));
$array = $eachLine($array, $tests, $line);
}