Versions in this module Expand all Collapse all v0 v0.2.0 Apr 3, 2026 Changes in this version + func ParseFile(path string, p CovParser, stripPrefix string) (*covmodel.CovReport, error) + func Register(p CovParser) + type CovParser interface + Detect func(header []byte) bool + Extensions func() []string + Name func() string + Parse func(r io.Reader, source string) (*covmodel.CovReport, error) + func ForName(name string) (CovParser, error)