mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 05:00:15 -05:00
parser/gotest: never reset nextID in report builder to ensure unique ids
This commit is contained in:
parent
01f41237f7
commit
6c038bc425
@ -249,8 +249,7 @@ func (b *reportBuilder) CreatePackage(name, result string, duration time.Duratio
|
|||||||
pkg.Benchmarks = benchmarks
|
pkg.Benchmarks = benchmarks
|
||||||
b.packages = append(b.packages, pkg)
|
b.packages = append(b.packages, pkg)
|
||||||
|
|
||||||
// reset state
|
// reset state, except for nextID to ensure all id's are unique.
|
||||||
b.nextID = 1
|
|
||||||
b.lastID = 0
|
b.lastID = 0
|
||||||
b.output = nil
|
b.output = nil
|
||||||
b.coverage = 0
|
b.coverage = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user