mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-09 07:00:11 +00:00
8 lines
108 B
Makefile
8 lines
108 B
Makefile
all:
|
|
|
|
cover:
|
|
go test -cover -v -coverprofile=cover.dat ./...
|
|
go tool cover -func cover.dat
|
|
|
|
.PHONY: cover
|