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

[WIP] incomplete attempt to inject additional coverage for unused MIR #79392

Closed

Commits on Nov 24, 2020

  1. [WIP] incomplete attempt to inject additional coverage for unused MIR

    Functions (including generics and including async function bodies (which
    mimic closures with generics/type parameters) that aren't invoked are
    not appearing in coverage reports. They don't get a zero (0) execution
    count. They get nothing, and they don't appear in reports as "not
    covered" code to be addressed.
    
    I attempted to inject "Zero" counters for each of these, but `llvm-cov`
    fails if the coverage map has a counter for a function that is non
    defined.
    richkadel committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    1f2a387 View commit details
    Browse the repository at this point in the history