diff --git a/Makefile b/Makefile index fd4add1..4194923 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ test: - go test -v ./... -coverprofile=cover.out && go tool cover -html=cover.out -o cover.html + go test ./... -coverprofile=cover.out \ + && go tool cover -func=cover.out | grep -vE "*mock.go|*easyjson.go|*pb.go|*mock_helper.go" \ + && go tool cover -html=cover.out -o cover.html + start: docker compose up --build