We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03010d4 commit 3d712f2Copy full SHA for 3d712f2
junit/junit.go
@@ -52,7 +52,7 @@ type Testsuite struct {
52
Skipped int `xml:"skipped,attr,omitempty"`
53
Time string `xml:"time,attr"` // duration in seconds
54
Timestamp string `xml:"timestamp,attr,omitempty"` // date and time in ISO8601
55
- File string `xml:"file,attr"`
+ File string `xml:"file,attr,omitempty"`
56
57
Properties *[]Property `xml:"properties>property,omitempty"`
58
Testcases []Testcase `xml:"testcase,omitempty"`
0 commit comments