Update Makefile

This commit is contained in:
Masaaki Goshima 2021-01-16 22:18:44 +09:00
parent 33f35f52ba
commit 3db1bb8656
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@ cover:
cat cover.tmp.out | grep -v "encode_optype.go" > cover.out; \
rm cover.tmp.out
.PHONY: cover-html
cover-html: cover
go tool cover -html=cover.out