Commit 479c27e
Guard against Array status in test results (#8637)
Tooling runners can return `status` as an Array (e.g., `["pass"]`)
inside individual test result objects. Use `Array().first` to safely
unwrap, matching the existing pattern for the `version` field.
Closes #8634
Closes #8635
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent f500887 commit 479c27e
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
238 | 244 | | |
239 | 245 | | |
240 | 246 | | |
| |||
0 commit comments