Versions in this module Expand all Collapse all v0 v0.2.0 Apr 3, 2026 Changes in this version + func RenderCov(w io.Writer, rep *covmodel.CovReport) error + func RenderTest(w io.Writer, rep *model.Report) error + type CaseOutput struct + DurationMs int64 + File string + Line int + Message string + Name string + Status string + type CovOutput struct + Files []FileOutput + GeneratedAt string + Summary CovSummary + type CovSummary struct + BranchCov int + BranchPct float64 + BranchTotal int + FileCount int + FuncCov int + FuncPct float64 + FuncTotal int + LinesCov int + LinesPct float64 + LinesTotal int + type FileOutput struct + BranchCov int + BranchPct float64 + BranchTotal int + FuncCov int + FuncPct float64 + FuncTotal int + LinesCov int + LinesPct float64 + LinesTotal int + Path string + type SuiteOutput struct + Cases []CaseOutput + Name string + type TestOutput struct + GeneratedAt string + Suites []SuiteOutput + Summary TestSummary + type TestSummary struct + Failed int + PassPct float64 + Passed int + Skipped int + Total int