lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit d441d117d37734fc7bc366c6c4b5b4b43926efe4
parent 9762ac7aa513c6ba4c4128e999991ccfcb53798b
Author: triesap <tyson@radroots.org>
Date:   Sat, 11 Apr 2026 19:06:33 +0000

policy: refresh alpha public coverage overrides

Diffstat:
Mpolicy/coverage/policy.toml | 64++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 64 insertions(+), 0 deletions(-)

diff --git a/policy/coverage/policy.toml b/policy/coverage/policy.toml @@ -31,6 +31,70 @@ fail_under_branches = 100.0 temporary = true reason = "publish 0.1.0-alpha.1 temporary coverage override" +[overrides.radroots_identity] +fail_under_exec_lines = 100.0 +fail_under_functions = 100.0 +fail_under_regions = 98.608 +fail_under_branches = 100.0 +temporary = true +reason = "publish 0.1.0-alpha.1 temporary coverage override" + +[overrides.radroots_events_codec] +fail_under_exec_lines = 100.0 +fail_under_functions = 100.0 +fail_under_regions = 99.946 +fail_under_branches = 100.0 +temporary = true +reason = "publish 0.1.0-alpha.1 temporary coverage override" + +[overrides.radroots_geocoder] +fail_under_exec_lines = 100.0 +fail_under_functions = 100.0 +fail_under_regions = 99.728 +fail_under_branches = 100.0 +temporary = true +reason = "publish 0.1.0-alpha.1 temporary coverage override" + +[overrides.radroots_nostr] +fail_under_exec_lines = 100.0 +fail_under_functions = 100.0 +fail_under_regions = 99.419 +fail_under_branches = 100.0 +temporary = true +reason = "publish 0.1.0-alpha.1 temporary coverage override" + +[overrides.radroots_nostr_connect] +fail_under_exec_lines = 100.0 +fail_under_functions = 100.0 +fail_under_regions = 98.423 +fail_under_branches = 100.0 +temporary = true +reason = "publish 0.1.0-alpha.1 temporary coverage override" + +[overrides.radroots_sql_core] +fail_under_exec_lines = 100.0 +fail_under_functions = 100.0 +fail_under_regions = 98.171 +fail_under_branches = 100.0 +temporary = true +reason = "publish 0.1.0-alpha.1 temporary coverage override" + +[overrides.radroots_replica_db] +fail_under_exec_lines = 100.0 +fail_under_functions = 100.0 +fail_under_regions = 99.859 +fail_under_branches = 100.0 +temporary = true +reason = "publish 0.1.0-alpha.1 temporary coverage override" + +[overrides.radroots_replica_sync] +fail_under_exec_lines = 100.0 +fail_under_functions = 100.0 +fail_under_regions = 99.989 +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