Skip to content

Commit 7e15e89

Browse files
committed
Summary report comes with its own quotes #53
1 parent 6771172 commit 7e15e89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
echo "Coverage Percentage - ${{ steps.coverageComment.outputs.coverage }}"
7878
echo "Coverage Color - ${{ steps.coverageComment.outputs.color }}"
7979
echo "Coverage Html - ${{ steps.coverageComment.outputs.coverageHtml }}"
80-
echo "Summary Report - ${{ steps.coverageComment.outputs.summaryReport }}"
80+
echo "Summary Report -" ${{ steps.coverageComment.outputs.summaryReport }}
8181
echo "Coverage Warnings - ${{ steps.coverageComment.outputs.warnings }}"
8282
echo "Coverage Errors - ${{ steps.coverageComment.outputs.errors }}"
8383
echo "Coverage Failures - ${{ steps.coverageComment.outputs.failures }}"

0 commit comments

Comments
 (0)