Change artifact name from coverage-report to coverage.xml

small change since the report is not being found. this is one of many small PRs to try and get this working.
This commit is contained in:
Jake Jackson 2025-10-28 15:39:13 -04:00 committed by GitHub
parent d1d3a3471b
commit 6389316206
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ jobs:
- name: Download coverage report artifact
uses: actions/download-artifact@v4
with:
name: coverage-report
name: coverage.xml
path: reports/
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}