Skip to content

Commit 988ac6f

Browse files
author
marcello romani
committed
try publishing code coverage as comment
1 parent 97b3a34 commit 988ac6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Test
1616
id: test
1717
run: |
18-
echo "coverage=<<EOF >> "$GITHUB_OUTPUT"
18+
echo "coverage=<<EOF" >> "$GITHUB_OUTPUT"
1919
make test-gha >> "$GITHUB_OUTPUT"
2020
echo "EOF" >> "$GITHUB_OUTPUT"
2121

0 commit comments

Comments
 (0)