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

Define coverage blocks so as to be terminated by assumptions #7810

Merged
merged 2 commits into from
Dec 12, 2023

Commits on Nov 28, 2023

  1. Define coverage blocks so as to be terminated by assumptions

    If a coverage block has an assumption in the middle then then an
    assertion at the end of the block could be reported as covered but
    actually be unreachable due to the preceding the assumption. Therefore
    coverage blocks should be terminated by assumptions in order to ensure
    than coverage reporting is accurate.
    thomasspriggs committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9e3fd5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac26185 View commit details
    Browse the repository at this point in the history