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 879d28e commit 29b2861Copy full SHA for 29b2861
.travis.yml
@@ -1,7 +1,10 @@
1
language: go
2
3
-script:
+before_install:
4
- make tests
5
6
+script:
7
+ - go test -v -race -timeout 60m -coverprofile=coverage.txt -covermode=atomic ./...
8
+
9
after_success:
10
- bash <(curl -s https://codecov.io/bash)
0 commit comments