Commit 475d320
authored
fix(coverage): exclude convergence tests from map build; --no-verify bot commit (#1464)
The coverage-map builder ran every test directly, including convergence tests (kind=convergence). Those are order-of-accuracy checks driven by convergence.py, which fills grid resolution and patch geometry per refinement level at runtime; their base params are skeletons (m=n=p=0, no geometry) that cannot run standalone, so all 32 failed pre_process during collection. Exclude them from the map: absent entries are conservatively always-run by select_tests (rung 5), the desired behavior for convergence checks anyway.
Separately, the refresh workflow's commit-back ran the repo pre-commit hook (./mfc.sh precheck/spelling) against the clean:false working tree (polluted with leftover SLURM coverage artifacts), aborting the commit before the push ever ran. The bot commit stages only the binary map; use git commit --no-verify.1 parent 6f225ee commit 475d320
2 files changed
Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
234 | 245 | | |
235 | 246 | | |
236 | 247 | | |
| |||
0 commit comments