chore: fix the arguments for codecov v5 (#22050)
Build Package Workflow / BUILD_PACKAGE (push) Has been cancelled Details
Code scanning - action / CodeQL-Build (push) Has been cancelled Details

This commit is contained in:
Chlins Zhang 2025-06-07 10:56:47 +08:00 committed by GitHub
parent e049fcd985
commit f46295aadb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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