1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-31 06:34:03 +00:00
Files
rke/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile
galal-hussein 5163f2a00f Update vendor
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