mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-23 17:17:46 +01:00
Bump codecov/codecov-action from 1 to 3 (#17640)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9663bf9f03
commit
65a8649d49
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -82,7 +82,7 @@ jobs:
|
|||||||
bash ./tests/showtime.sh ./tests/ci/ut_run.sh $IP
|
bash ./tests/showtime.sh ./tests/ci/ut_run.sh $IP
|
||||||
df -h
|
df -h
|
||||||
- name: Codecov For BackEnd
|
- name: Codecov For BackEnd
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
file: ./src/github.com/goharbor/harbor/profile.cov
|
file: ./src/github.com/goharbor/harbor/profile.cov
|
||||||
flags: unittests
|
flags: unittests
|
||||||
@ -344,7 +344,7 @@ jobs:
|
|||||||
bash ./tests/showtime.sh ./tests/ci/ui_ut_run.sh
|
bash ./tests/showtime.sh ./tests/ci/ui_ut_run.sh
|
||||||
df -h
|
df -h
|
||||||
- name: Codecov For UI
|
- name: Codecov For UI
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
file: ./src/github.com/goharbor/harbor/src/portal/coverage/lcov.info
|
file: ./src/github.com/goharbor/harbor/src/portal/coverage/lcov.info
|
||||||
flags: unittests
|
flags: unittests
|
||||||
|
Loading…
Reference in New Issue
Block a user