Merge pull request #12 from CarlJi/0523
upload coverage report to codecov
This commit is contained in:
commit
3a9727ed2a
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)
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
[](https://codecov.io/gh/qiniu/goc)
|
||||||
|
|
||||||
A Comprehensive Coverage Testing System for The Go Programming Language
|
A Comprehensive Coverage Testing System for The Go Programming Language
|
||||||
> **Note:**
|
> **Note:**
|
||||||
|
Loading…
Reference in New Issue
Block a user