commit 4b33176e934b7f4d0f5dbabc621b5cd2e8caa1cc
parent e113eececff4d701076f8a492fa72323679df915
Author: triesap <tyson@radroots.org>
Date: Tue, 23 Jun 2026 10:58:58 +0000
publish-proxy: classify protocol coverage
- Add the publish proxy protocol crate to the required coverage policy.
- Keep the crate aligned with the workspace coverage parity gate.
- Preserve the existing SimpleX exclusion and release policy boundaries.
- Validation: cargo test -p xtask --bin xtask; blocked only by unrelated radroots_simplex_app_store release classification.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/contracts/coverage.toml b/contracts/coverage.toml
@@ -50,6 +50,7 @@ crates = [
"radroots_nostr_signer",
"radroots_outbox",
"radroots_protected_store",
+ "radroots_publish_proxy_protocol",
"radroots_relay_transport",
"radroots_replica_db",
"radroots_replica_db_schema",