Commit 11f0d4e
committed
ci: print skipped/incomplete test names in JUnit summary group
The workflow currently reports a bare 'skipped=4' (which counts both
markTestSkipped and markTestIncomplete from JUnit's <skipped> element).
We've reached errors=0 failures=0, so the 4 in 'skipped' are the next
candidates to investigate or accept. Print each one's classname, test
name, and skip message under a collapsed log group so we can see which
tests fire markTestSkipped/markTestIncomplete on Turso.1 parent d4ad384 commit 11f0d4e
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2322 | 2322 | | |
2323 | 2323 | | |
2324 | 2324 | | |
| 2325 | + | |
| 2326 | + | |
| 2327 | + | |
| 2328 | + | |
| 2329 | + | |
| 2330 | + | |
| 2331 | + | |
| 2332 | + | |
| 2333 | + | |
| 2334 | + | |
2325 | 2335 | | |
2326 | 2336 | | |
2327 | 2337 | | |
| |||
0 commit comments