Skip to content

Commit

Permalink
Revert "send coverage schema only once"
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed May 7, 2023
1 parent c50bd87 commit 5798dfa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Behat/JsCoverageContextTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ protected function saveJsCoverage(): void
const res = [];
for (const coverage of [windowCoverage, ...navigateCoverages]) {
res.push(transformCoverageFx(coverage));
Object.keys(coverage).forEach((path) => {
seenPaths.add(path);
});
}
return res;
Expand Down

0 comments on commit 5798dfa

Please sign in to comment.