1
0
mirror of https://github.com/rancher/rke.git synced 2025-06-26 07:23:19 +00:00
rke/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile
2018-10-18 12:30:00 -07:00

8 lines
108 B
Makefile

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