Merge pull request #145 from jfrazelle/have-your-html-back

add back html
This commit is contained in:
Diogo Mónica 2015-07-28 12:07:03 -07:00
commit 914cffd6af
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