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 8c83f67 commit 82dd8efCopy full SHA for 82dd8ef
.travis.yml
@@ -1,7 +1,10 @@
1
language: go
2
3
script:
4
- - go test -args -alhoc
+ - go test -covermode count -coverprofile coverage.txt -args -alhoc
5
+after_success:
6
+ # See https://github.com/codecov/example-go
7
+ - bash <(curl -s https://codecov.io/bash)
8
9
go:
10
- 1.6
0 commit comments