/covfmt

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

Primary LanguageGoMIT LicenseMIT

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