Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 4, 2024
1 parent 8271d24 commit f79c19f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo
});
console.log(comments);
console.log(coverageData);
const comment = comments.find(comment => comment.body.includes('Test Coverage Report'));
if (comment) {
await github.rest.issues.updateComment({
Expand Down

0 comments on commit f79c19f

Please sign in to comment.