mox/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile
Mechiel Lukkien cb229cb6cf
mox!
2023-01-30 14:27:06 +01:00

7 lines
108 B
Makefile

all:
cover:
go test -cover -v -coverprofile=cover.dat ./...
go tool cover -func cover.dat
.PHONY: cover