Skip to content

Commit 605738a

Browse files
Rob Caigersebastianbergmann
Rob Caiger
authored andcommitted
Was appending superfluous data during initialize
1 parent b28af18 commit 605738a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeCoverage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ protected function initializeData()
923923
$data[$file] = $fileCoverage;
924924
}
925925

926-
$this->append($coverage, 'UNCOVERED_FILES_FROM_WHITELIST');
926+
$this->append($data, 'UNCOVERED_FILES_FROM_WHITELIST');
927927
}
928928
}
929929
}

0 commit comments

Comments
 (0)