From f6f45281e12e1bd340f3cf1d8ab9130f0eb10f09 Mon Sep 17 00:00:00 2001 From: jackspirou Date: Fri, 29 Jan 2016 16:31:55 -0600 Subject: [PATCH] removing ./... --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index dd484a4..b90ee66 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ build: - GO15VENDOREXPERIMENT=1 - CGO_ENABLED=0 commands: - - go test -cover -coverprofile ./... coverage.out + - go test -cover -coverprofile coverage.out publish: coverage: