diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09b9c65..95c29c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: echo "Coverage Percentage - ${{ steps.coverageComment.outputs.coverage }}" echo "Coverage Color - ${{ steps.coverageComment.outputs.color }}" echo "Coverage Html - ${{ steps.coverageComment.outputs.coverageHtml }}" - echo "Summary Report - ${{ steps.coverageComment.outputs.summaryReport }}" + echo "Summary Report -" ${{ steps.coverageComment.outputs.summaryReport }} echo "Coverage Warnings - ${{ steps.coverageComment.outputs.warnings }}" echo "Coverage Errors - ${{ steps.coverageComment.outputs.errors }}" echo "Coverage Failures - ${{ steps.coverageComment.outputs.failures }}"