diff --git a/Makefile b/Makefile index 38ea9d0aa5..8cd3eb882b 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,7 @@ cover: @echo "mode: $(COVERMODE)" > "$(COVERPROFILE)" @grep -h -v "^mode:" "$(COVERDIR)"/*.cover >> "$(COVERPROFILE)" @go tool cover -func="$(COVERPROFILE)" + @go tool cover -html="$(COVERPROFILE)" clean-protos: @rm proto/*.pb.go