From 87c404191fb3ac2acb96e659233634186f0e6c77 Mon Sep 17 00:00:00 2001 From: Carlo Strub Date: Wed, 10 May 2017 17:14:26 +0000 Subject: [PATCH] add cover to test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20cf7d8..d2942a4 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ install: build test: ${SISYPHUS_GO_EXECUTABLE} get -u github.com/onsi/ginkgo/ginkgo ${SISYPHUS_GO_EXECUTABLE} get -u github.com/onsi/gomega - ${GOPATH}/bin/ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --progress + ${GOPATH}/bin/ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --progress --cover static-test: ${SISYPHUS_GO_EXECUTABLE} get -u github.com/alecthomas/gometalinter