Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi authored Aug 22, 2024
1 parent c53ceb8 commit 587a9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
const comments = [];
for (const file of files) {
const filename = '/' + file.filename;
const filename = file.filename;
console.log(`Processing file: ${filename}`);
if (uncoveredLines[filename]) {
Expand Down

0 comments on commit 587a9db

Please sign in to comment.