Skip to content

Commit ba9072d

Browse files
author
marcello romani
committed
try publishing code coverage as comment
1 parent 230b004 commit ba9072d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- uses: actions/github-script@v7
2323
env:
24-
INPUT_COVERAGE: "${{ steps.test.output.coverage }}"
24+
INPUT_COVERAGE: "${{ steps.test.output }}"
2525
with:
2626
github-token: ${{secrets.GHA_PRS}}
2727
script: |

0 commit comments

Comments
 (0)