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

coverage: Remove or migrate all unstable values of -Cinstrument-coverage #122226

Merged
merged 2 commits into from Mar 13, 2024

Commits on Mar 13, 2024

  1. Copy the full SHA
    1f544ce View commit details
    Browse the repository at this point in the history
  2. coverage: Add -Zcoverage-options for fine control of coverage

    This new nightly-only flag can be used to toggle fine-grained flags that
    control the details of coverage instrumentation.
    
    Currently the only supported flag value is `branch` (or `no-branch`), which is
    a placeholder for upcoming support for branch coverage. Other flag values can
    be added in the future, to prototype proposed new behaviour, or to enable
    special non-default behaviour.
    Zalathar committed Mar 13, 2024
    Copy the full SHA
    3407fcc View commit details
    Browse the repository at this point in the history