From 910f9821550b814b6f6961b304d8fdf3b647107f Mon Sep 17 00:00:00 2001 From: Felix Hanley Date: Tue, 29 Oct 2019 22:30:10 +1100 Subject: Update module deps --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 58fa853..939d909 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ .PHONY: test test: lint ## Run tests with coverage - go test -race -short -cover -coverprofile coverage.txt ./... - go tool cover -html=coverage.txt -o coverage.html + go test -race -short -cover -coverprofile coverage.txt ./... \ + && go tool cover -func=coverage.txt .PHONY: lint lint: ## Run the code linter -- cgit v1.2.3