From 52040c893ca17121a21fffec9235e5818b3ed1d3 Mon Sep 17 00:00:00 2001 From: lucapette Date: Fri, 21 Apr 2017 17:07:08 +0200 Subject: [PATCH] Fix type in Makefile comment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc6dedac7..de939c966 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ setup: ## Install all the build and lint dependencies test: ## Run all the tests gotestcover $(TEST_OPTIONS) -covermode=count -coverprofile=coverage.out $(SOURCE_FILES) -run $(TEST_PATTERN) -timeout=30s -cover: test ## RUn all the tests and opens the coverage report +cover: test ## Run all the tests and opens the coverage report go tool cover -html=coverage.out fmt: ## gofmt and goimports all go files