upload coverage report to codecov
This commit is contained in:
parent
a39187f6df
commit
363e5a6a31
3
.github/workflows/ut_check.yml
vendored
3
.github/workflows/ut_check.yml
vendored
@ -26,4 +26,5 @@ jobs:
|
|||||||
- name: Go test
|
- name: Go test
|
||||||
run: |
|
run: |
|
||||||
export DEFAULT_EXCEPT_PKGS=e2e
|
export DEFAULT_EXCEPT_PKGS=e2e
|
||||||
go test -p 1 -cover $(go list ./... | grep -v -E $DEFAULT_EXCEPT_PKGS)
|
go test -p 1 -race -coverprofile=coverage.txt $(go list ./... | grep -v -E $DEFAULT_EXCEPT_PKGS)
|
||||||
|
bash <(curl -s https://codecov.io/bash)
|
||||||
|
Loading…
Reference in New Issue
Block a user