@@ -0,0 +1,8 @@
.PHONY: coverage test
coverage:
go test -coverprofile=coverage.out
go tool cover -html=coverage.out
test:
go test -v -cover ./...
The note is not visible to the blocked user.