Add codecov integration
Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
parent
7817074322
commit
abcbf6622e
@ -17,5 +17,7 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- DCO_VERBOSITY=-q ../project/script/validate/dco
|
- DCO_VERBOSITY=-q ../project/script/validate/dco
|
||||||
- ../project/script/validate/fileheader ../project/
|
- ../project/script/validate/fileheader ../project/
|
||||||
- ../project/script/validate/vendor
|
- go test -v -race -covermode=atomic -coverprofile=coverage.txt ./...
|
||||||
- go test -race -v ./...
|
|
||||||
|
after_success:
|
||||||
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
Loading…
Reference in New Issue
Block a user