We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d95e7b commit 0fd3a76Copy full SHA for 0fd3a76
.circleci/config.yml
@@ -14,4 +14,5 @@ jobs:
14
steps:
15
- checkout
16
- run: go get -v -t -d ./...
17
- - run: go test -v ./...
+ - run: go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic
18
+ - run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
0 commit comments