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 3955978 commit 5fc8cccCopy full SHA for 5fc8ccc
.travis.yml
@@ -86,4 +86,5 @@ script:
86
- go test -v -covermode=count -coverprofile=coverage.out
87
- go vet ./...
88
- test -z "$(gofmt -d -s . | tee /dev/stderr)"
89
+after_script:
90
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
0 commit comments