Fixes coverage location

This commit is contained in:
Trenton H 2025-03-04 08:57:13 -08:00
parent 831fb49673
commit d27d7656f3

View File

@ -167,9 +167,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: backend-coverage-report
path: src/coverage.xml
path: coverage.xml
retention-days: 7
if-no-files-found: warn
if-no-files-found: error
-
name: Stop containers
if: always()