This repository was archived by the owner on Jan 1, 2026. It is now read-only.
Commit e12b2d7
committed
Improves validation against JUnit schema
The two functions that generated JUnit XML were missing some required
attributes as defined by the JUnit schema:
https://raw.githubusercontent.com/windyroad/JUnit-Schema/master/JUnit.xsd
This missing attributes were messing with downstream tools that expected
those attributes to be present.1 parent 49e06c6 commit e12b2d7
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
113 | | - | |
114 | | - | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
116 | 118 | | |
| 119 | + | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
| |||
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
| 144 | + | |
| 145 | + | |
140 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
141 | 150 | | |
142 | 151 | | |
143 | 152 | | |
| |||
0 commit comments