mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-03 15:15:49 +02:00
7 lines
108 B
Makefile
7 lines
108 B
Makefile
all:
|
|
|
|
cover:
|
|
go test -cover -v -coverprofile=cover.dat ./...
|
|
go tool cover -func cover.dat
|
|
|
|
.PHONY: cover
|