You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
dependencies:
|
|
override:
|
|
- go get -t -d -v ./...
|
|
- go build -v
|
|
|
|
test:
|
|
override:
|
|
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
|
|
post:
|
|
- bash <(curl -s https://codecov.io/bash) |