We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6771172 commit 7e15e89Copy full SHA for 7e15e89
1 file changed
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
echo "Coverage Percentage - ${{ steps.coverageComment.outputs.coverage }}"
78
echo "Coverage Color - ${{ steps.coverageComment.outputs.color }}"
79
echo "Coverage Html - ${{ steps.coverageComment.outputs.coverageHtml }}"
80
- echo "Summary Report - ${{ steps.coverageComment.outputs.summaryReport }}"
+ echo "Summary Report -" ${{ steps.coverageComment.outputs.summaryReport }}
81
echo "Coverage Warnings - ${{ steps.coverageComment.outputs.warnings }}"
82
echo "Coverage Errors - ${{ steps.coverageComment.outputs.errors }}"
83
echo "Coverage Failures - ${{ steps.coverageComment.outputs.failures }}"
0 commit comments