Skip to content

Commit 8eb6056

Browse files
author
Rob Caiger
committed
Was appending superfluous data during initialize
1 parent 91ace14 commit 8eb6056

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
@@ -935,7 +935,7 @@ protected function initializeData()
935935
$data[$file] = $fileCoverage;
936936
}
937937

938-
$this->append($coverage, 'UNCOVERED_FILES_FROM_WHITELIST');
938+
$this->append($data, 'UNCOVERED_FILES_FROM_WHITELIST');
939939
}
940940
}
941941
}

0 commit comments

Comments
 (0)