deps: update codecov version for github workflow (#263)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
This commit is contained in:
parent
b83e3e3d0a
commit
48b5d28779
|
|
@ -72,9 +72,10 @@ jobs:
|
||||||
make test
|
make test
|
||||||
git status
|
git status
|
||||||
- name: Publish Unit Test Coverage
|
- name: Publish Unit Test Coverage
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
|
||||||
|
env:
|
||||||
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
flags: unittests
|
flags: unittests
|
||||||
file: cover.out
|
file: cover.out
|
||||||
- name: Check diff
|
|
||||||
run: '[[ -z $(git status -s) ]] || (printf "Existing modified/untracked files.\nPlease run \"make generate manifests\" and push again.\n"; exit 1)'
|
|
||||||
Loading…
Reference in New Issue