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

Update code coverage to grcov #3353

Merged

Commits on Jan 10, 2023

  1. test: Update code coverage to grcov

    Moved code coverage from kcov to grcov.
    
    Updated `verify_dependencies.rs` as no longer proxying through
    `cargo kcov` and the environment variable `CARGO_MANIFEST_DIR` is now
    always set.
    
    Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
    Co-authored-by: Pablo Barbáchano <pablob@amazon.com>
    JonathanWoollett-Light and pb8o committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    dc8e1a4 View commit details
    Browse the repository at this point in the history
  2. build: Use default rustup profile

    Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
    JonathanWoollett-Light committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    fa08df8 View commit details
    Browse the repository at this point in the history
  3. build: Install default cargo-audit

    We don't need to specify `+"stable"` in
    `cargo install +"stable" cargo-audit` as this will be the default.
    
    Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
    JonathanWoollett-Light committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0f95821 View commit details
    Browse the repository at this point in the history