From 8ee82dbc2cbcea5389c458ab7a29f8686a089542 Mon Sep 17 00:00:00 2001 From: Oliver Tonnhofer Date: Thu, 7 Jun 2018 20:48:35 +0200 Subject: [PATCH] test: calculate coverage for all packages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 587781d..538e670 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ build-license-deps: test-coverage: - $(GO) test -coverprofile imposm.coverprofile ./... + $(GO) test -coverprofile imposm.coverprofile -coverpkg ./... -covermode count ./... test-coverage-html: test-coverage $(GO) tool cover -html imposm.coverprofile