mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-23 07:13:23 +00:00
Signed-off-by: Nitishkumar Singh <nitishkumarsingh71@gmail.com> updated go version Signed-off-by: Nitishkumar Singh <nitishkumarsingh71@gmail.com>
8 lines
108 B
Makefile
Generated
8 lines
108 B
Makefile
Generated
all:
|
|
|
|
cover:
|
|
go test -cover -v -coverprofile=cover.dat ./...
|
|
go tool cover -func cover.dat
|
|
|
|
.PHONY: cover
|