Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,14 @@ jobs:
path: ./cobertura.xml
threshold: 80.123
fail: true
publish: true
publish: false # here we prevent branch push, see issue #548
coverage-summary-title: "Code Coverage Summary"

# post the summary as a PR comment, see issue #548
- name: Comment PR with coverage
uses: marocchino/sticky-pull-request-comment@v2
with:
header: coverage-report
message: |
### Code Coverage Report
${{ steps.coverage.outputs.summary }}
Loading