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 e221bf2 commit d504b8cCopy full SHA for d504b8c
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
issue-number: ${{ env.pull_request_id }}
47
comment-author: 'github-actions[bot]'
48
- body-includes: 'Total test coverage: '
+ body-includes: 'go-test-coverage report:'
49
- name: post coverage report
50
if: env.pull_request_id
51
uses: peter-evans/create-or-update-comment@v4
@@ -54,6 +54,7 @@ jobs:
54
55
comment-id: ${{ steps.fc.outputs.comment-id }}
56
body: |
57
+ go-test-coverage report:
58
```
59
${{ fromJSON(steps.coverage.outputs.report) }}
60
0 commit comments