Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.14 KB

covreport

godoc - documentation go report card github action - test codecov - code coverage

covreport is a html coverage reporter for go coverprofile.

Installation

go install github.com/cancue/covreport@latest

(optional) Generate profile

go test -coverprofile cover.prof ./...

Example

# all flags are optional
# covreport && open cover.html

covreport -i cover.prof -o cover.html -cutlines 70,40

Manual

covreport -h

Screenshots

screenshots

License

MIT