Skip to content

Commit

Permalink
Add a task in workflow
Browse files Browse the repository at this point in the history
Hopefully, it will post a Coverage stat on the MR comment
  • Loading branch information
mondwan committed Mar 11, 2023
1 parent 354b685 commit 842a042
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ jobs:
indicators: true
output: both
thresholds: '60 80'

- name: Add Coverage PR Comment
uses: marocchino/sticky-pull-request-comment@v2
if: github.event_name == 'pull_request'
with:
recreate: true
path: code-coverage-results.md

0 comments on commit 842a042

Please sign in to comment.