Skip to content

Commit 669a7e6

Browse files
committed
Remove code coverage PR commenting
1 parent e3aa54e commit 669a7e6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/code-coverage.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ jobs:
5959
path: ${{ github.workspace }}/code-coverage-results.md
6060
retention-days: 7
6161

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-
6962
- name: Coverage on step summary
7063
if: always()
7164
run: cat "${{ github.workspace }}/report/SummaryGithub.md" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)