Skip to content
This repository was archived by the owner on Mar 21, 2019. It is now read-only.

Commit 3dbe17f

Browse files
committed
update CI config
1 parent 77608b7 commit 3dbe17f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

circle.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ dependencies:
55

66
test:
77
override:
8-
- go test -v -race
8+
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
9+
post:
10+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)