From 142c2d352c26c26ad0b438977a74119b994d6775 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Wed, 7 Feb 2018 20:50:07 +0100 Subject: more detailed coverage reporting --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e1d88d2..042153b 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ static-tests: FORCE cover.out: FORCE @echo '>> go test...' - @go test -coverpkg github.com/majewsky/schwift/... -coverprofile $@ + @go test -covermode count -coverpkg github.com/majewsky/schwift/... -coverprofile $@ cover.html: cover.out @echo '>> rendering cover.html...' @go tool cover -html=$< -o $@ -- cgit v1.2.3