Commit cf86b98
committed
ci(coverage): make health check robust to un-loadable (chemistry/cantera) cases
The daily Coverage Map Health job runs only ./mfc.sh init (no cantera), so loading chemistry example case files (nD_perfect_reactor, 1D_inert_shocktube) crashed the check with ModuleNotFoundError. Skip any case that fails to load and log it, instead of aborting. map_health measures the fraction of loadable current tests that are mapped, so a smaller current_keys cannot cause a false 'stale' result. The map itself was healthy; only the check was brittle.1 parent 47b56e8 commit cf86b98
1 file changed
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
17 | 32 | | |
18 | 33 | | |
19 | 34 | | |
| |||
0 commit comments