fix(Makefile): step to generate html coverage site
This commit is contained in:
5
Makefile
5
Makefile
@ -184,7 +184,10 @@ test/goldenfiles/bindata.go:
|
||||
# ==============================================================================
|
||||
PHONY+=test/unit
|
||||
test/unit: clean bindata
|
||||
go test -v ./...
|
||||
go test -coverprofile coverage.html -v ./...
|
||||
|
||||
test/cover-html: test/unit
|
||||
go tool cover -html coverage.html
|
||||
|
||||
# PACKAGES
|
||||
# ==============================================================================
|
||||
|
Reference in New Issue
Block a user