Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace cargo-kcov with llvm-cov #86

Merged
merged 1 commit into from
Aug 30, 2023

Commits on Aug 30, 2023

  1. Replace cargo-kcov with llvm-cov

    cargo-kcov is no longer working as of rust toolchain version 1.71.0, as
    it can no longer discover test executables. This is due to cargo
    changing its verbose stdout printing to include the qualified path to
    rustc, which causes cargo-kcov's string matching to fail.
    
    See also kennytm/cargo-kcov#54
    
    cargo-kcov has had its last commit in 2019, so replace it with
    cargo-llvm-cov, which is actively maintained, and written for rust.
    
    Signed-off-by: Patrick Roy <[email protected]>
    roypat committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0c0b606 View commit details
    Browse the repository at this point in the history