You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug coverage.py detects (executed and/or missing) branches where really there are none.
To Reproduce coverage.py shows branches for the excerpts below where there are none; I can reproduce these issues with various version of Python (with some differences), including Python 3.11 and 3.12. I'm using coverage.py v7.3.2.
Describe the bug
coverage.py
detects (executed and/or missing) branches where really there are none.To Reproduce
coverage.py
shows branches for the excerpts below where there are none; I can reproduce these issues with various version of Python (with some differences), including Python 3.11 and 3.12. I'm usingcoverage.py
v7.3.2.yields:
def
:yields:
with
statement:yields:
if
:yields (in the JSON):
yields (in the JSON):
Each of these was generated with:
with.json
multiline-if.json
exception.json
decorated-def.json
comprehension.json
The text was updated successfully, but these errors were encountered: