Skip to content

Commit b3f44f4

Browse files
committed
Fix diff in the framework coverage PR comment
1 parent 081fd28 commit b3f44f4

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)