diff --git a/.drone.yml b/.drone.yml index f1a8da63..a0d6b306 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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