Overview
CI runs cargo test --all but never measures coverage — which is exactly how multisig_transfer reached 755 lines with zero tests unnoticed ([SC-32]).
Tasks
Acceptance Criteria
Dependencies
Pairs with [SC-32], [SC-40], [SC-41].
Notes for Contributors
Requires Rust + Soroban. Workspace: contracts/ (soroban-sdk 22, members: assetsup, contrib, multisig-wallet, multisig_transfer, asset-maintenance). Run cargo test --all, cargo fmt --all -- --check, and cargo clippy --all-targets --all-features -- -D warnings before opening a PR — CI enforces all three. Comment below to be assigned.
Overview
CI runs
cargo test --allbut never measures coverage — which is exactly howmultisig_transferreached 755 lines with zero tests unnoticed ([SC-32]).Tasks
cargo-llvm-covto CI and generate an lcov report.Acceptance Criteria
Dependencies
Pairs with [SC-32], [SC-40], [SC-41].
Notes for Contributors
Requires Rust + Soroban. Workspace:
contracts/(soroban-sdk22, members:assetsup,contrib,multisig-wallet,multisig_transfer,asset-maintenance). Runcargo test --all,cargo fmt --all -- --check, andcargo clippy --all-targets --all-features -- -D warningsbefore opening a PR — CI enforces all three. Comment below to be assigned.