Skip to content

Commit 385bf2a

Browse files
authored
Remove code coverage report.
1 parent 53ce90b commit 385bf2a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/build.yml

-15
Original file line numberDiff line numberDiff line change
@@ -149,21 +149,6 @@ jobs:
149149
path: ${{ github.workspace }}/code-coverage-results.md
150150
retention-days: 7
151151

152-
- name: Find GitHub PR ID
153-
if: ${{ github.event_name == 'pull_request' }}
154-
id: pr_finder
155-
uses: jwalton/gh-find-current-pr@v1
156-
with:
157-
github-token: ${{ secrets.GITHUB_TOKEN }}
158-
159-
- name: Add coverage PR comment
160-
if: ${{ github.event_name == 'pull_request' }}
161-
uses: peter-evans/create-or-update-comment@v4
162-
with:
163-
token: ${{ secrets.GITHUB_TOKEN }}
164-
issue-number: ${{ steps.pr_finder.outputs.number }},
165-
body-path: ${{ github.workspace }}/code-coverage-results.md
166-
167152
sign:
168153
needs: [build]
169154
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/rel') }}

0 commit comments

Comments
 (0)