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

Log warning on failure of llvm-cov #757

Merged
merged 1 commit into from
Jan 24, 2022

Commits on Jan 24, 2022

  1. Log warning on failure of llvm-cov

    example:
    ```
    06:21:49 [WARN] Suppressing error returned by llvm-cov tool for binary "./target/debug/…"
    Failure while running "…/bin/llvm-cov" "export" "./target/debug/…" "--instr-profile" "/var/folders/rw/41zljw1j29j9fhbcckn0crdm0000gp/T/.tmplkPlUT/3/grcov.profdata" "--format" "lcov"
    error: ./target/debug/…: Failed to load coverage: Truncated coverage data
    error: Could not load coverage information
    ```
    dwhjames committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    eae71eb View commit details
    Browse the repository at this point in the history