chore: remove cover from Makefile

main
sudo pacman -Syu 2022-07-30 23:09:57 +07:00
parent 62dec63cae
commit d82b6402e7
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 2 additions and 8 deletions

View File

@ -1,15 +1,9 @@
.PHONY: all test coverage-cli coverate-html lint
.PHONY: all test lint
all: test lint
test:
go test -race -coverprofile=coverage.out ./...
coverage-cli: test
go tool cover -func=coverage.out
coverage-html: test
go tool cover -html=coverage.out
go test -race -failfast ./...
lint:
golangci-lint run ./...