You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(coverage): drop footnote and decimal artifacts from upstream slugs
The auto-generated coverage report listed non-SKU garbage such as '1200-4'
(from a '[4]' reference marker) and '1-25' (from a '1.25' clock cell). Strip
<sup> reference nodes and leftover '[...]' text in wikitable_first_cells, and
reject decimal-derived '<digits>-<digits>' slugs via a shared
is_probable_model_slug filter now used by both the CPU and GPU sources.
0 commit comments