From 8d0086002e159ee76894456e32740ee4a8103d7e Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Tue, 28 Jul 2015 11:51:20 -0700 Subject: [PATCH] add back html Signed-off-by: Jessica Frazelle --- Makefile | 1 + 1 file changed, 1 insertion(+) 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