From d46b06892c2c4fb516926f343a4a87f878787503 Mon Sep 17 00:00:00 2001 From: jackspirou Date: Fri, 29 Jan 2016 16:31:08 -0600 Subject: [PATCH] adding coverage.out file --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index d367ba8..dd484a4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,10 @@ build: - image: golang:1.5.3 + image: golang:1.5 environment: - GO15VENDOREXPERIMENT=1 - - GOOS=linux - - GOARCH=amd64 - CGO_ENABLED=0 commands: - - go test -cover ./... + - go test -cover -coverprofile ./... coverage.out publish: coverage: