Skip to content

Commit f566de8

Browse files
committed
fix
1 parent f54aac3 commit f566de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
body-includes: 'Total test coverage: '
4949
- name: make report text
5050
run: |
51-
coverage_report=$(echo "${{ fromJSON(steps.coverage.outputs.report) }}" | tr -d '\n')
51+
coverage_report=$(echo "${{ fromJSON(steps.coverage.outputs.report) }}" | sed '${/^$/d;}')
5252
echo "coverage_report=$coverage_report" >> $GITHUB_ENV
5353
- name: post coverage report
5454
if: env.pull_request_id

0 commit comments

Comments
 (0)