-
-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Hi,
Not sure what I am doing wrong or if there is a bug but the steps.coverageComment.outputs.coverageHtml
seems to be empty for me.
Action result: https://github.com/isFakeAccount/psnawp/actions/runs/14426594421/job/40456327241
See Update Readme with Coverage Html
which is basically this
- name: Update Readme with Coverage Html
run: |
echo "Coverage Percentage - ${{ steps.coverageComment.outputs.coverage }}"
echo "Coverage Color - ${{ steps.coverageComment.outputs.color }}"
echo "Coverage Html - ${{ steps.coverageComment.outputs.coverageHtml }}"
My github action: https://github.com/isFakeAccount/psnawp/blob/41fa43748c50262e29ea46b4f5f51779531f1ea2/.github/workflows/code_coverage.yaml
Metadata
Metadata
Assignees
Labels
No labels