mirror of
https://github.com/Luzifer/promcertcheck.git
synced 2024-11-13 02:02:44 +00: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
|