commit 9762ac7aa513c6ba4c4128e999991ccfcb53798b parent 101162338391ea839f27a6789668bd809bf44069 Author: triesap <tyson@radroots.org> Date: Sat, 11 Apr 2026 18:52:00 +0000 policy: add runtime alpha coverage override Diffstat:
| M | policy/coverage/policy.toml | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/policy/coverage/policy.toml b/policy/coverage/policy.toml @@ -23,6 +23,14 @@ fail_under_branches = 80.0 temporary = true reason = "publish 0.1.0-alpha.1 temporary coverage override" +[overrides.radroots_runtime] +fail_under_exec_lines = 99.428 +fail_under_functions = 100.0 +fail_under_regions = 100.0 +fail_under_branches = 100.0 +temporary = true +reason = "publish 0.1.0-alpha.1 temporary coverage override" + [overrides.radroots_simplex_chat_proto] fail_under_exec_lines = 60.930 fail_under_functions = 61.904