diff --git a/pkg/junit/junit.go b/pkg/junit/junit.go index 82123b1..c9a045c 100644 --- a/pkg/junit/junit.go +++ b/pkg/junit/junit.go @@ -69,6 +69,10 @@ func (t *Testsuite) AddTestcase(tc Testcase) { if tc.Failure != nil { t.Failures += 1 } + + if tc.Skipped != nil { + t.Skipped += 1 + } } func (ts *Testsuite) SetTimestamp(t time.Time) { diff --git a/testdata/03-report.xml b/testdata/03-report.xml index 4a8727a..48a0fc8 100644 --- a/testdata/03-report.xml +++ b/testdata/03-report.xml @@ -1,6 +1,6 @@ - - + + diff --git a/testdata/12-report.xml b/testdata/12-report.xml index 231ccf5..fcb9c48 100644 --- a/testdata/12-report.xml +++ b/testdata/12-report.xml @@ -1,6 +1,6 @@ - - + +