Skip to content

Commit

Permalink
chore(ci): no coverage message when coverage unchanged
Browse files Browse the repository at this point in the history
Let's avoid adding many messages when no useful info.
  • Loading branch information
squakez committed Oct 17, 2023
1 parent 17a4516 commit 183dd91
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ jobs:
repo: context.repo.repo,
body: ':camel: **Thank you for contributing!**\n\nCode Coverage Report :warning: - Coverage changed: ${{env.OLD_COV}}% --> ${{env.NEW_COV}}% (Coverage difference: **${{env.COV_DIFF}}%**)'
})
}else{
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: ':camel: **Thank you for contributing!**\n\nCode Coverage Report :heavy_check_mark: - Coverage unchanged.'
})
}
- name: Comment Merge Conflicts
Expand Down

0 comments on commit 183dd91

Please sign in to comment.