diff --git a/Makefile b/Makefile index 5d91e0d..a3e5b6f 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ build: test: go test ./... -coverage: +cov: go test -coverprofile=.coverage ./... clean: