Closed mattsse closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.65%. Comparing base (
f6064a0
) to head (8d6c414
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thank you! Could you also add a test here?
Thank you!
cargo --jobs supports negative values: https://github.com/rust-lang/cargo/issues/9217
currently this fails:
because clap doesn't support this by default and requires
allow_hyphen_values = true
https://github.com/clap-rs/clap/issues/1245