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

Draft of branch coverage support #118305

Closed
wants to merge 8 commits into from
Closed

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    3284af1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75368e6 View commit details
    Browse the repository at this point in the history
  3. coverage: Make is_eligible_for_coverage a hook method

    This will allow MIR building to check whether a function is eligible for
    coverage instrumentation, and avoid collecting branch coverage info if it is
    not.
    Zalathar committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    14b2f5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7422880 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cee303 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad8a75b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf00cc2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67cab6a View commit details
    Browse the repository at this point in the history