Skip to content

Utility for converting the go test coverage tools output into the lcov format.

License

Notifications You must be signed in to change notification settings

ricallinson/covfmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covfmt

WORK IN PROGRESS: Utility for converting the go test coverage output into the lcov format.

Usage

go test -coverprofile=coverage.out; cat coverage.out | covfmt > ./lcov.info

Testing

go test -cover

Coverage

go test -coverprofile=coverage.out; go tool cover -html=coverage.out -o=index.html

About

Utility for converting the go test coverage tools output into the lcov format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages