We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f4d1d commit 554564eCopy full SHA for 554564e
.github/workflows/build.yml
@@ -133,7 +133,7 @@ jobs:
133
uses: irongut/[email protected]
134
with:
135
filename: "Cobertura.xml"
136
- badge: false
+ badge: true
137
fail_below_min: false
138
format: markdown
139
hide_branch_rate: false
@@ -150,11 +150,11 @@ jobs:
150
retention-days: 7
151
152
- name: Add coverage PR comment
153
- uses: marocchino/sticky-pull-request-comment@v2
154
- if: github.event_name == 'pull_request'
+ uses: peter-evans/create-or-update-comment@v4
155
156
- recreate: true
157
- path: code-coverage-results.md
+ token: ${{ secrets.GITHUB_TOKEN }}
+ issue-number: ${{ github.event.pull_request.number }},
+ body-path: ${{ github.workspace }}/code-coverage-results.md
158
159
sign:
160
needs: [build]
0 commit comments