Oliver Wissett

Results 26 comments of Oliver Wissett

I think just verbal instruction `cargo install grcov` Also I think that you need to ensure that you have the coverage tooling installed for rustc: `rustup component add llvm-tools-preview`

I suppose that having it as a `xtask` job could be nice for this repo, so that you can run `cargo xtask init` which installs all of the dev dependencies...

You also need to install `cargo-bloat`, `cargo-hack`, and `cargo-watch`, maybe more too

Ah cool. I guess you just need `grcov` then and the llvm tools.

PR: https://github.com/jondot/xtaskops/pull/3

#123 I think this issue is essentially a more extreme version of this issue.