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 e3aa54e commit 669a7e6Copy full SHA for 669a7e6
.github/workflows/code-coverage.yml
@@ -59,13 +59,6 @@ jobs:
59
path: ${{ github.workspace }}/code-coverage-results.md
60
retention-days: 7
61
62
- - name: Add Coverage PR Comment
63
- uses: marocchino/sticky-pull-request-comment@v2
64
- if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
65
- with:
66
- recreate: true
67
- path: ${{ github.workspace }}/code-coverage-results.md
68
-
69
- name: Coverage on step summary
70
if: always()
71
run: cat "${{ github.workspace }}/report/SummaryGithub.md" >> $GITHUB_STEP_SUMMARY
0 commit comments