cargo-bins / cargo-quickinstall

pre-compiled binary packages for `cargo install`
Apache License 2.0
213 stars 9 forks source link

Added nextest & llvm-cov crates. #226

Closed mstyura closed 11 months ago

mstyura commented 11 months ago

I'm proposing to add two more crates which are useful in CI context:

  1. cargo-nextest is a modern test runner which is capable to provide junit.xml suitable for ingeration with other tools like GitLab;
  2. cargo-llvm-cov is yet another code coverage tool gaining popularity;
NobodyXu commented 11 months ago

CI is failed due to cargo-zigbuild, it's unrelated to this PR.