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
A coverage audit found main.zig's CLI flag parsing has almost no test
coverage. parseHeapSize (backing --heap) checked out clean -- no bug
found -- but had zero tests; adds a regression guard on the k/m/g
suffix table and the "invalid input silently becomes 0" contract.
0 commit comments