Fix diff in the framework coverage PR comment

This commit is contained in:
Tamas Vajk
2021-06-18 16:33:50 +02:00
parent 081fd28090
commit b3f44f457a

View File

@@ -56,7 +56,7 @@ jobs:
run: |
PR=$(cat "pr/NR")
python misc/scripts/library-coverage/compare-files-comment-pr.py \
out_merge out_base comparison.md "$GITHUB_REPOSITORY" "$PR" "$RUN_ID"
out_base out_merge comparison.md "$GITHUB_REPOSITORY" "$PR" "$RUN_ID"
- name: Upload comparison results
uses: actions/upload-artifact@v2
with: