Skip to content

Commit d504b8c

Browse files
committed
test
1 parent e221bf2 commit d504b8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
issue-number: ${{ env.pull_request_id }}
4747
comment-author: 'github-actions[bot]'
48-
body-includes: 'Total test coverage: '
48+
body-includes: 'go-test-coverage report:'
4949
- name: post coverage report
5050
if: env.pull_request_id
5151
uses: peter-evans/create-or-update-comment@v4
@@ -54,6 +54,7 @@ jobs:
5454
issue-number: ${{ env.pull_request_id }}
5555
comment-id: ${{ steps.fc.outputs.comment-id }}
5656
body: |
57+
go-test-coverage report:
5758
```
5859
${{ fromJSON(steps.coverage.outputs.report) }}
5960
```

0 commit comments

Comments
 (0)