Skip to content

Commit 00d9084

Browse files
committed
Add codecov support
1 parent 65dc857 commit 00d9084

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ install:
88

99
script:
1010
- go build ./...
11-
- go test -v
11+
- go test -v
12+
- go test -race -coverprofile=coverage.txt -covermode=atomic
13+
14+
after_success:
15+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)