Skip to content

Commit 26a04d6

Browse files
authored
Merge pull request github#6108 from tamasvajk/fix/coverage-commenter
Fix diff in the framework coverage PR comment
2 parents 081fd28 + b3f44f4 commit 26a04d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/csv-coverage-pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
PR=$(cat "pr/NR")
5858
python misc/scripts/library-coverage/compare-files-comment-pr.py \
59-
out_merge out_base comparison.md "$GITHUB_REPOSITORY" "$PR" "$RUN_ID"
59+
out_base out_merge comparison.md "$GITHUB_REPOSITORY" "$PR" "$RUN_ID"
6060
- name: Upload comparison results
6161
uses: actions/upload-artifact@v2
6262
with:

0 commit comments

Comments
 (0)