add back html

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2015-07-28 11:51:20 -07:00
parent 383f51134e
commit 8d0086002e
1 changed files with 1 additions and 0 deletions

View File

@ -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