Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Feb 8, 2024
1 parent 6a5baa0 commit 7fcb7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
const file = fs.readFileSync("coverage.txt", "utf8");
const currentCoverageFile = `${file}`;
if (output != currentCoverageFile) {
console2.log(output);
console.log(output);
console.log(currentCoverageFile);
core.setFailed('Code coverage not updated.');
}
Expand Down

0 comments on commit 7fcb7c3

Please sign in to comment.