lib

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

commit 67ef26b066913f7a970157bb687bffc83394b415
parent 711171ba693cb206cd66dc5696e10906ca5c86ea
Author: triesap <tyson@radroots.org>
Date:   Sun, 21 Jun 2026 21:51:04 +0000

coverage: exempt net branchless report

- Add the radroots_net branch-record presence override for measured reports with no branch records.
- Keep the active 98/98/98/98 thresholds unchanged for executable lines, functions, regions, and measured branches.
- Validate the existing radroots_net report through the policy gate after the override.
- Run xtask coverage policy tests and diff check.

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

diff --git a/policy/coverage/policy.toml b/policy/coverage/policy.toml @@ -15,6 +15,11 @@ require_branches = false temporary = true reason = "branch coverage is not applicable while the crate has no measured branch records" +[overrides.radroots_net] +require_branches = false +temporary = true +reason = "branch coverage is not applicable while the crate has no measured branch records" + [overrides.radroots_replica_db_schema] require_branches = false temporary = true