commit 450f04bb7409c9a087cca8f1e2644d7df7f01c42
parent 471b96eba04905ba893a44ab0387986c4658f8f9
Author: triesap <tyson@radroots.org>
Date: Sun, 21 Jun 2026 22:36:21 +0000
coverage: exempt sql wasm bridge branchless report
- Add a branch-record presence override for radroots_sql_wasm_bridge
- Keep executable line, function, and region thresholds at the workspace gate
- Preserve the 98 percent policy for crates with measured branch records
- Verify radroots_sql_wasm_bridge coverage at 100.000000/100.000000/100.000000/branches-unavailable
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/policy/coverage/policy.toml b/policy/coverage/policy.toml
@@ -25,6 +25,11 @@ require_branches = false
temporary = true
reason = "branch coverage is not applicable while the crate has no measured branch records"
+[overrides.radroots_sql_wasm_bridge]
+require_branches = false
+temporary = true
+reason = "branch coverage is not applicable while the crate has no measured branch records"
+
[required]
crates = [
"radroots_authority",