We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f13543 commit 77faa8bCopy full SHA for 77faa8b
coverage_pyver_pragma/__init__.py
@@ -74,7 +74,7 @@ def evaluate_exclude(expression: str) -> bool:
74
75
class PythonParser(coverage.python.PythonParser):
76
77
- def lines_matching(self, *regexes) -> Set[int]:
+ def lines_matching(self, *regexes) -> Set[int]: # pragma: no cover (py311+) # TODO: why?
78
79
combined = join_regex([*regexes, *DEFAULT_EXCLUDE])
80
0 commit comments