covreport is a html coverage reporter for go coverprofile.
go install github.com/cancue/covreport@latestgo test -coverprofile cover.prof ./...# all flags are optional
# covreport && open cover.html
covreport -i cover.prof -o cover.html -cutlines 70,40covreport -h