mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-07-05 05:22:53 -05:00
gtr: Fix junit testsuites test count
This commit is contained in:
@ -87,7 +87,6 @@ func JUnit(report Report) junit.Testsuites {
|
||||
for _, pkg := range report.Packages {
|
||||
suite := junit.Testsuite{
|
||||
Name: pkg.Name,
|
||||
Tests: len(pkg.Tests),
|
||||
Time: junit.FormatDuration(pkg.Duration),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user