revert coverall experiment

This commit is contained in:
Umputun
2018-05-22 01:31:51 -05:00
parent 120b39c60e
commit 7d06f1b1fe
+4 -4
View File
@@ -10,10 +10,10 @@ pipeline:
- apk add --no-cache git
- cd app
- go build -v ./...
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go test -v -covermode=count -coverprofile=coverage.out
- /go/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
# - go get golang.org/x/tools/cmd/cover
# - go get github.com/mattn/goveralls
# - go test -v -covermode=count -coverprofile=coverage.out
# - /go/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
docker_master:
image: plugins/docker