Skip to content

Commit

Permalink
chore: move break
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 committed Mar 6, 2024
1 parent 69eb2d2 commit be6ce7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/helpers/convertToGenericCoverageReport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ export function convertToGenericCoverageReport(data: CoverageData, dxDirectory:
xml += `\t\t<lineToCover lineNumber="${randomLineNumber}" covered="true"/>\n`;
randomLines.push(randomLineNumber);
totalCoveredLinesInXML++;
}
else if (totalCoveredLinesInXML === coveredLines.length) {
break;
}
}
Expand Down

0 comments on commit be6ce7c

Please sign in to comment.