aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@