Compare commits

...

1 Commits

Author SHA1 Message Date
Jake Jackson
6389316206 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.
2025-10-28 15:39:13 -04:00

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 }}