Remove coverageHtml echo line

This commit is contained in:
2024-11-09 15:47:56 -06:00
parent 43c00056b7
commit 295a499c92

View File

@@ -83,7 +83,6 @@ jobs:
run: |
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 "Coverage Warnings - ${{ steps.coverageComment.outputs.warnings }}"