You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(cli) add --color flag to override TTY and NO_COLOR (#42)
(signals) capture SIGINT/SIGTERM and forward to cargo children (#41)
(cli) wrap --help and add Examples/Environment sections (#40)
(config) accept skip = [...] in [*.metadata.lockpick] (#39)
Changed
BREAKING: Make the coverage gate opt-in instead of running it by default. Coverage now runs only when [*.metadata.lockpick.coverage] is present or --coverage is passed, and cargo-llvm-cov is required only while that gate is active (#64)
BREAKING: Treat --coverage combined with --skip coverage or --skip test as a usage error with exit code 2, including skips inherited from Cargo metadata (#64)
(coverage) report --skip coverage as a no-op when coverage is not configured, and keep the explicit --skip test implies coverage notice when a configured coverage gate is disabled (#64)
(clippy) allow clippy::multiple_crate_versions while keeping the rest of the clippy::cargo group enabled, avoiding failures caused by transitive duplicate dependency versions (#64)
(config) skip coverage instead of pinning thresholds to zero (#63)
(deps) loosen version pins and bump signal-hook to 0.4 (#61)
(cli) tighten short help and move details to long help (#60)
refresh tagline and tighten copy across README, CLI and comments (#59)
replace em dashes with conventional punctuation (#58)
(runner) anchor cargo children via current_dir instead of process chdir (#56)
(checks) split mod.rs into plan, runner, util (#52)
(reporter) batch section dump under one suspend (#51)