lib

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

commit b5bde9764d3f0fa8e3c870bdd7f44b9a63b58ce7
parent 82dd1ad28ad5107fff1b00275a202b5d9135e5ee
Author: triesap <tyson@radroots.org>
Date:   Sun, 22 Feb 2026 03:16:34 +0000

xtask: expose workspace coverage crates in usage


- add sdk coverage workspace-crates to the xtask usage surface
- keep help text aligned with the implemented coverage subcommands
- preserve existing sdk coverage command shapes and flags
- verify the cli still validates the sdk contract contract bundle

Diffstat:
Mcrates/xtask/src/main.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/crates/xtask/src/main.rs b/crates/xtask/src/main.rs @@ -18,6 +18,7 @@ fn usage() { eprintln!(" cargo xtask sdk validate"); eprintln!(" cargo xtask sdk coverage run-crate --crate <crate> [--out <dir>]"); eprintln!(" cargo xtask sdk coverage required-crates"); + eprintln!(" cargo xtask sdk coverage workspace-crates"); eprintln!( " cargo xtask sdk coverage report --scope <scope> --summary <file> --lcov <file> --out <file>" );