mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00

These are the vendor files needed for Prometheus support. I have not been able to figure out how to do this properly with gopkg.
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
|