Skip to content

Commit

Permalink
iiii
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxy-v committed Sep 1, 2024
1 parent 26654d4 commit 99bee4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = async (sources, covFile) => {
source.file === clazz.$.filename && source.lines.includes(parseInt(line.$.number))
}
) > -1) {
console.error(`Uncovered line in ${clazz.$.filename}:${line.$.number}`);
console.error(`!!!!!!!!!!!Uncovered line in ${clazz.$.filename}:${line.$.number}`);
// Found an uncovered line in a changed file
return false;
}
Expand Down

0 comments on commit 99bee4c

Please sign in to comment.