Commit 7c7cfa7
committed
ci: fix serial-provider junit/coverage filename for Codecov upload
The providers-serial leg wrote junit-providers-<provider>-serial.xml, but the
reusable-test Codecov upload looks for junit-<test-type>-<provider>.xml =
junit-providers-serial-<provider>.xml. The mismatch meant the serial leg's
results never reached Codecov (its test count undercounted vs the EnricoMi
summary, which globs junit-*.xml). Rename to providers-serial-<provider>.1 parent 99262d2 commit 7c7cfa7
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
163 | 167 | | |
164 | 168 | | |
165 | 169 | | |
| |||
0 commit comments