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. 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.
The text was updated successfully, but these errors were encountered:
Cf. amazon-ion/ion-rust#538 :
The text was updated successfully, but these errors were encountered: