@@ -0,0 +1,14 @@
.PHONY: all
all: test
.PHONY: clean
clean:
rm -f coverage.out
.PHONY: test
test:
go test -v -coverprofile=coverage.out ./...
.PHONY: show-cover
show-cover:
go tool cover -func=coverage.out
The note is not visible to the blocked user.