We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e889e7 commit 4548f38Copy full SHA for 4548f38
1 file changed
pyproject.toml
@@ -155,6 +155,5 @@ exclude_also = [
155
"if TYPE_CHECKING",
156
]
157
[tool.coverage.run]
158
-omit = [
159
- "tests/*",
160
-]
+branch = true
+omit = [ "tests/*" ]
0 commit comments