mirror of
https://github.com/Xevion/linkpulse.git
synced 2026-01-31 10:24:47 -06:00
Remove coverageHtml echo line
This commit is contained in:
Vendored
-1
@@ -83,7 +83,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Coverage Percentage - ${{ steps.coverageComment.outputs.coverage }}"
|
echo "Coverage Percentage - ${{ steps.coverageComment.outputs.coverage }}"
|
||||||
echo "Coverage Color - ${{ steps.coverageComment.outputs.color }}"
|
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 Warnings - ${{ steps.coverageComment.outputs.warnings }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user