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:
commit
7c24509724
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user