diff --git a/Makefile b/Makefile index c7df0de..16e9939 100644 --- a/Makefile +++ b/Makefile @@ -9,10 +9,7 @@ build: go mod download test: - go test ./... - -cov: - go test -coverprofile=.coverage ./... + go test -coverprofile=.coverage ./... | column -t clean: rm -f .coverage