From 54e1ec106526aa9d26655e24488d598f3f763221 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Sun, 15 Dec 2013 12:22:48 +0400 Subject: [PATCH] Bring back dependency on gocov. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de540fe8..53bcdd88 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ cover-prepare: go get github.com/golang/lint/golint go get github.com/matm/gocov-html go get github.com/mattn/goveralls + go get github.com/axw/gocov/gocov go get code.google.com/p/go.tools/cmd/cover coverage: @@ -41,6 +42,6 @@ test: go test -v ./... coveralls: - $(GOVERALLS) -service travis-ci.org -package="./..." $(COVERALLS_TOKEN) + @$(GOVERALLS) -service travis-ci.org -package="./..." $(COVERALLS_TOKEN) .PHONY: prepare cover-prepare coverage check test coveralls travis \ No newline at end of file