Skip to content

Commit 7240686

Browse files
Remove status
1 parent 734acb9 commit 7240686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
-H "Authorization: Bearer $GH_TOKEN"\
2828
-H "X-GitHub-Api-Version: 2022-11-28" \
2929
https://api.github.com/repos/${{ github.repository }}/check-runs \
30-
-d '{"name":"A Mighty Test", "head_sha":"${{ github.event.pull_request.head.sha }}", "status":"in_progress","output":{"title":"A Mighty title", "summary":""}}'
30+
-d '{"name":"Coverage", "head_sha":"${{ github.event.pull_request.head.sha }}","output":{"title":"A Mighty title", "summary":""}}'

0 commit comments

Comments
 (0)