k3s/vendor/github.com/emicklei/go-restful/coverage.sh

2 lines
67 B
Bash
Raw Normal View History

2019-01-12 04:58:27 +00:00
go test -coverprofile=coverage.out
go tool cover -html=coverage.out