Skip to content

Commit 755ba90

Browse files
Add coverage in title
1 parent d84389f commit 755ba90

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":"Coverage", "head_sha":"${{ github.event.pull_request.head.sha }}", "status":"completed", "conclusion":"success","output":{"title":"$COVERAGE", "summary":""}}'
30+
-d '{"name":"Coverage ratio", "head_sha":"${{ github.event.pull_request.head.sha }}", "status":"completed", "conclusion":"success","output":{"title":"${{env.COVERAGE}}", "summary":""}}'

0 commit comments

Comments
 (0)