Versions in this module Expand all Collapse all v1 v1.0.0 Feb 24, 2022 v0 v0.9.1 Oct 4, 2019 v0.9.0 Oct 3, 2019 Changes in this version + type Benchmark struct + Allocs int + Bytes int + Duration time.Duration + Name string + type Package struct + Benchmarks []*Benchmark + CoveragePct string + Duration time.Duration + Name string + Tests []*Test + Time int + type Report struct + Packages []Package + func Parse(r io.Reader, pkgName string) (*Report, error) + func (r *Report) Failures() int + type Result int + const FAIL + const PASS + const SKIP + type Test struct + Duration time.Duration + Name string + Output []string + Result Result + SubtestIndent string + Time int Other modules containing this package github.com/jstemmer/go-junit-report/v2