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
"_doc": "Per-project coverage thresholds. Each entry is a project; `make test` measures it and fails hard below its threshold. Rust entries (language=rust) are individual crates under crates/<name>/, each measured separately from lcov.info; the vscode-extension entry is measured from its V8 coverage summary. FLOOR: every crate is gated at >=95%. RATCHET: thresholds are monotonically increasing — when a crate's coverage improves, bump its threshold to max(95, measured - 1) in the same PR so it can never regress.",