mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
Jakub Sokołowski
c1f17cb4a3
also re-implement mailserver metrics Signed-off-by: Jakub Sokołowski <jakub@status.im>
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
|