mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-19 10:19:27 -05:00
shards, not sure if this works
This commit is contained in:
parent
afc2b6a394
commit
a34396332a
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -274,8 +274,8 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: junit.xml
|
name: junit-report-${{ matrix.shard-index }}.xml
|
||||||
path: src-ui/
|
path: src-ui/junit.xml
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
tests-coverage-upload:
|
tests-coverage-upload:
|
||||||
@ -304,8 +304,9 @@ jobs:
|
|||||||
name: Download frontend test results
|
name: Download frontend test results
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: src-ui/
|
name: junit-report-*
|
||||||
name: junit.xml
|
path: src-ui/junit/
|
||||||
|
merge-multiple: true
|
||||||
-
|
-
|
||||||
name: Upload frontend coverage to Codecov
|
name: Upload frontend coverage to Codecov
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v5
|
||||||
@ -323,7 +324,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
flags: frontend
|
flags: frontend
|
||||||
directory: src-ui/
|
directory: src-ui/junit/
|
||||||
-
|
-
|
||||||
name: Download backend coverage
|
name: Download backend coverage
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user