mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-19 10:19:27 -05:00
Update ci.yml
This commit is contained in:
parent
8117d86c7c
commit
afc2b6a394
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -269,6 +269,14 @@ jobs:
|
|||||||
name: playwright-report-${{ matrix.shard-index }}
|
name: playwright-report-${{ matrix.shard-index }}
|
||||||
path: src-ui/playwright-report
|
path: src-ui/playwright-report
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
-
|
||||||
|
name: Upload frontend test results
|
||||||
|
if: always()
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: junit.xml
|
||||||
|
path: src-ui/
|
||||||
|
retention-days: 7
|
||||||
|
|
||||||
tests-coverage-upload:
|
tests-coverage-upload:
|
||||||
name: "Upload to Codecov"
|
name: "Upload to Codecov"
|
||||||
@ -292,6 +300,12 @@ jobs:
|
|||||||
path: src-ui/coverage/
|
path: src-ui/coverage/
|
||||||
pattern: playwright-report-*
|
pattern: playwright-report-*
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
-
|
||||||
|
name: Download frontend test results
|
||||||
|
uses: actions/download-artifact@v4
|
||||||
|
with:
|
||||||
|
path: src-ui/
|
||||||
|
name: junit.xml
|
||||||
-
|
-
|
||||||
name: Upload frontend coverage to Codecov
|
name: Upload frontend coverage to Codecov
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user