Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoverageSummary ¶
type CoverageSummary struct { Total *Coverage Files []*FileCoverage }
func ParseJacocoXML ¶
func ParseJacocoXML(in io.Reader) *CoverageSummary
ParseJacocoXML takes a jacoco xml report and turns it into the `CoverageSummary` struct. The parsing is as forgiving as possible. It will output debug/error logs instead of failing, with the goal to gather as much information as possible
func ParseLcov ¶
func ParseLcov(in io.Reader) *CoverageSummary
ParseLcov takes a lcov tracefile report and turns it into the `CoverageSummary` struct. The parsing is as forgiving as possible. It will output debug/error logs instead of failing, with the goal to gather as much information as possible
func (*CoverageSummary) PrintTable ¶
func (cs *CoverageSummary) PrintTable(writer io.Writer)
type FileCoverage ¶
Click to show internal directories.
Click to hide internal directories.