Add codecov to test
This commit is contained in:
committed by
ncthompson
parent
e74b0518e9
commit
fd49891632
@@ -22,4 +22,7 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- golangci-lint run
|
- golangci-lint run
|
||||||
- go test -v -race ./...
|
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|||||||
Reference in New Issue
Block a user