From a439aab4076664d81098f013185330d521f97b1d Mon Sep 17 00:00:00 2001 From: "Aleksey @soar Smyrnov" Date: Fri, 3 Nov 2017 22:26:44 +0300 Subject: [PATCH] Remove coverage generation from Dockerfile, according to: https://github.com/nsqio/nsq/pull/957#discussion_r148025333 --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 25089e7b4..560f9a065 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,6 @@ RUN go get github.com/mattn/goveralls \ && chmod +x /bin/dep \ && /bin/dep ensure \ && ./test.sh \ - && ./coverage.sh --coveralls \ && CGO_ENABLED=0 make DESTDIR=/opt PREFIX=/nsq GOFLAGS='-ldflags="-s -w"' install FROM alpine:3.6