mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-19 10:19:27 -05:00
Just some renaming
This commit is contained in:
parent
655e093632
commit
d5107561ee
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -288,7 +288,7 @@ jobs:
|
|||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
tests-data-upload:
|
tests-data-upload:
|
||||||
name: "Upload test status to Codecov"
|
name: "Upload tests data to Codecov"
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
if: >-
|
if: >-
|
||||||
always() &&
|
always() &&
|
||||||
@ -316,7 +316,7 @@ jobs:
|
|||||||
flags: frontend
|
flags: frontend
|
||||||
directory: src-ui/junit/
|
directory: src-ui/junit/
|
||||||
-
|
-
|
||||||
name: Download backend coverage
|
name: Download backend test results
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: backend-test-results
|
name: backend-test-results
|
||||||
@ -362,7 +362,6 @@ jobs:
|
|||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
# future expansion
|
|
||||||
flags: backend
|
flags: backend
|
||||||
directory: src/
|
directory: src/
|
||||||
# Bundle analysis
|
# Bundle analysis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user