mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 05:00:15 -05:00
gtr: Fix junit testsuites test count
This commit is contained in:
parent
24143bf655
commit
5f2324f6d4
@ -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),
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user