mirror of https://github.com/goharbor/harbor.git
chore: fix the arguments for codecov v5 (#22050)
This commit is contained in:
parent
e049fcd985
commit
f46295aadb
|
@ -91,7 +91,7 @@ jobs:
|
|||
- name: Codecov For BackEnd
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
file: ./src/github.com/goharbor/harbor/profile.cov
|
||||
files: ./src/github.com/goharbor/harbor/profile.cov
|
||||
flags: unittests
|
||||
|
||||
APITEST_DB:
|
||||
|
@ -333,5 +333,5 @@ jobs:
|
|||
- name: Codecov For UI
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
file: ./src/github.com/goharbor/harbor/src/portal/coverage/lcov.info
|
||||
files: ./src/github.com/goharbor/harbor/src/portal/coverage/lcov.info
|
||||
flags: unittests
|
||||
|
|
Loading…
Reference in New Issue