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

2 lines
67 B
Bash
Raw Normal View History

2019-05-03 10:50:21 +00:00
go test -coverprofile=coverage.out
go tool cover -html=coverage.out