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 a7224af commit 384f5f2Copy full SHA for 384f5f2
metacov.ini
@@ -55,12 +55,14 @@ exclude_lines =
55
56
# Lines that we can't run during metacov.
57
pytest.mark.skipif\(env.METACOV
58
+ if not env.METACOV:
59
60
# These lines only happen if tests fail.
61
raise AssertionError
62
pragma: only failure
63
64
# Not-real code for type checking
65
+ if TYPE_CHECKING:
66
class .*\(Protocol\):
67
@overload
68
@@ -84,8 +86,6 @@ partial_branches =
84
86
if env.TESTING:
85
87
pragma: partial metacov
88
if env.METACOV:
- if not env.METACOV:
- if TYPE_CHECKING:
89
90
precision = 3
91
0 commit comments