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:
|
||||
- DCO_VERBOSITY=-q ../project/script/validate/dco
|
||||
- ../project/script/validate/fileheader ../project/
|
||||
- ../project/script/validate/vendor
|
||||
- go test -race -v ./...
|
||||
- go test -v -race -covermode=atomic -coverprofile=coverage.txt ./...
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
Loading…
Reference in New Issue
Block a user