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 965dffe commit 0d01983Copy full SHA for 0d01983
.travis.yml
@@ -5,7 +5,9 @@ go:
5
6
install: make get-deps prepare
7
script:
8
- - make test
+ - go test ./... -coverprofile=coverage.txt -covermode=atomic
9
+after_success:
10
+ - bash <(curl -s https://codecov.io/bash)
11
services:
12
- mysql
13
0 commit comments