mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -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:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
flags: frontend
|
||||
directory: src-ui/junit/
|
||||
directory: src-ui/
|
||||
-
|
||||
name: Upload frontend coverage to Codecov
|
||||
uses: codecov/codecov-action@v5
|
||||
@ -303,8 +303,8 @@ jobs:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
run: cd src-ui && ng build --configuration=production
|
||||
|
||||
tests-data-upload:
|
||||
name: "Upload tests data to Codecov"
|
||||
backend-tests-data-upload:
|
||||
name: "Upload backend tests data to Codecov"
|
||||
runs-on: ubuntu-24.04
|
||||
if: >-
|
||||
always() &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user