Skip to content

Commit 0fd3a76

Browse files
authored
Update config.yml
1 parent 6d95e7b commit 0fd3a76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
steps:
1515
- checkout
1616
- run: go get -v -t -d ./...
17-
- run: go test -v ./...
17+
- 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

Comments
 (0)