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

Merge pull request #195 from lucapette/patch-1

Fix typo in Makefile comment
This commit is contained in:
Carlos Alexandro Becker 2017-04-21 12:15:37 -03:00 committed by GitHub
commit 7c24509724

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