Skip to content

Commit

Permalink
Add PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc committed Apr 23, 2024
1 parent 923ee16 commit 4f4d6ea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build_test_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,18 @@ jobs:
with:
filename: "*/cobertura.xml"
badge: true
format: markdown
hide_branch_rate: false
indicators: true
fail_below_min: true
thresholds: '35 75'
output: both
- 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

build-and-upload-to-appetize:
needs:
Expand Down

0 comments on commit 4f4d6ea

Please sign in to comment.