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
Removes pin to nightly and removes the old `-Zprofile` runs and `grcov`
based coverage generation in favor of `-C source-instrumentation` which
is in stable.
This updates the CI to install `llvm-tools-preview` from `rustup` and
install a nice wrapper for running source instrumentation called
[`cargo-llvm-cov`][1]. We use this wrapper to generate codecov JSON to
get region coverage since LCOV style output from source coverage in
Rust/LLVM doesn't output branch coverage.
[1]: https://crates.io/crates/cargo-llvm-cov
0 commit comments