clair/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile
2017-05-05 11:46:41 -04:00

8 lines
108 B
Makefile

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