mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
fix frontend junit path
This commit is contained in:
parent
ff23f11e0d
commit
c20372b98f
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -259,7 +259,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
flags: frontend
|
flags: frontend
|
||||||
directory: src-ui/junit/
|
directory: src-ui/
|
||||||
-
|
-
|
||||||
name: Upload frontend coverage to Codecov
|
name: Upload frontend coverage to Codecov
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v5
|
||||||
@ -303,8 +303,8 @@ jobs:
|
|||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
run: cd src-ui && ng build --configuration=production
|
run: cd src-ui && ng build --configuration=production
|
||||||
|
|
||||||
tests-data-upload:
|
backend-tests-data-upload:
|
||||||
name: "Upload tests data to Codecov"
|
name: "Upload backend tests data to Codecov"
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
if: >-
|
if: >-
|
||||||
always() &&
|
always() &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user