Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Aug 22, 2024
1 parent b9b6a78 commit e856cbb
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 @@ -194,5 +194,5 @@ jobs:
}
}
const uncoveredLines = parseLcovInfo('coverage.lcov');
const uncoveredLines = parseLcovInfo('lcov.info');
await createReviewForUncoveredLines(uncoveredLines);

0 comments on commit e856cbb

Please sign in to comment.