Skip to content

Commit 35c886c

Browse files
committed
test
1 parent f566de8 commit 35c886c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ jobs:
4646
issue-number: ${{ env.pull_request_id }}
4747
comment-author: 'github-actions[bot]'
4848
body-includes: 'Total test coverage: '
49-
- name: make report text
50-
run: |
51-
coverage_report=$(echo "${{ fromJSON(steps.coverage.outputs.report) }}" | sed '${/^$/d;}')
52-
echo "coverage_report=$coverage_report" >> $GITHUB_ENV
5349
- name: post coverage report
5450
if: env.pull_request_id
5551
uses: peter-evans/create-or-update-comment@v4
@@ -59,6 +55,6 @@ jobs:
5955
comment-id: ${{ steps.fc.outputs.comment-id }}
6056
body: |
6157
```
62-
${{ env.coverage_report }}
58+
$(echo "${{ fromJSON(steps.coverage.outputs.report) }}" | sed '${/^$/d;}')
6359
```
6460
edit-mode: replace

0 commit comments

Comments
 (0)