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 695a550 commit 0844825Copy full SHA for 0844825
.travis.yml
@@ -14,5 +14,8 @@ go:
14
services:
15
- redis-server
16
17
+script:
18
+ - go test -race -coverprofile=coverage.txt -covermode=atomic
19
+
20
after_success:
21
- bash <(curl -s https://codecov.io/bash)
0 commit comments