We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65dc857 commit 00d9084Copy full SHA for 00d9084
.travis.yml
@@ -8,4 +8,8 @@ install:
8
9
script:
10
- go build ./...
11
- - go test -v
+ - 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