diff --git a/Makefile b/Makefile index f0ffee9..615e7f6 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ test: .PHONY: cover cover: - go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./... + go test -v -race -coverpkg=./... -coverprofile=coverage.out ./... .PHONY: tidy tidy: