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