1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

Fix type in Makefile comment

This commit is contained in:
lucapette 2017-04-21 17:07:08 +02:00 committed by GitHub
parent 8900e11b13
commit 52040c893c

View File

@ -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