mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Update ci.yml
This commit is contained in:
parent
30c3c7ff3a
commit
a3e4ed9172
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
@ -166,12 +166,18 @@ jobs:
|
||||
if: ${{ matrix.python-version == env.DEFAULT_PYTHON_VERSION }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: backend-coverage-report
|
||||
path: |
|
||||
coverage.xml
|
||||
junit.xml
|
||||
name: backend-test-results
|
||||
path: junit.xml
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
-
|
||||
name: Upload coverage artifact
|
||||
if: ${{ matrix.python-version == env.DEFAULT_PYTHON_VERSION }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: backend-coverage-report
|
||||
path: coverage.xml
|
||||
retention-days: 7
|
||||
-
|
||||
name: Stop containers
|
||||
if: always()
|
||||
@ -303,6 +309,12 @@ jobs:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
flags: frontend
|
||||
directory: src-ui/junit/
|
||||
-
|
||||
name: Download backend test results
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: backend-test-results
|
||||
path: src/
|
||||
-
|
||||
name: Upload backend test results to Codecov
|
||||
uses: codecov/test-results-action@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user