mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 01:31:09 -06:00
Fixes coverage location
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user