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: Add enums to accommodate other kinds of coverage mappings #119842

Merged
merged 3 commits into from
Jan 11, 2024

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    8f98b54 View commit details
    Browse the repository at this point in the history
  2. coverage: Store extracted spans as a flat list of mappings

    This is less elegant in some ways, since we no longer visit a BCB's spans as a
    batch, but will make it much easier to add support for other kinds of coverage
    mapping regions (e.g. branch regions or gap regions).
    Zalathar committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    c593218 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    124fff0 View commit details
    Browse the repository at this point in the history