Add run-id parameter to coverage
This commit is contained in:
parent
9367976b67
commit
c0fab73d8c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/codacy.yml
vendored
1
.github/workflows/codacy.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue