Add run-id parameter to coverage

This commit is contained in:
Deverick 2025-05-25 13:17:25 -05:00 committed by napoly
parent 9367976b67
commit c0fab73d8c

View file

@ -19,6 +19,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: coverage-report
run-id: ${{ github.event.workflow_run.id }}
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1.3.0
with: