mirror of https://github.com/docker/docs.git
Merge pull request #145 from jfrazelle/have-your-html-back
add back html
This commit is contained in:
commit
914cffd6af
1
Makefile
1
Makefile
|
@ -77,6 +77,7 @@ cover:
|
||||||
@echo "mode: $(COVERMODE)" > "$(COVERPROFILE)"
|
@echo "mode: $(COVERMODE)" > "$(COVERPROFILE)"
|
||||||
@grep -h -v "^mode:" "$(COVERDIR)"/*.cover >> "$(COVERPROFILE)"
|
@grep -h -v "^mode:" "$(COVERDIR)"/*.cover >> "$(COVERPROFILE)"
|
||||||
@go tool cover -func="$(COVERPROFILE)"
|
@go tool cover -func="$(COVERPROFILE)"
|
||||||
|
@go tool cover -html="$(COVERPROFILE)"
|
||||||
|
|
||||||
clean-protos:
|
clean-protos:
|
||||||
@rm proto/*.pb.go
|
@rm proto/*.pb.go
|
||||||
|
|
Loading…
Reference in New Issue