Skip to content

cancue/covreport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

html coverage reporter for go coverprofile

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages