We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cc802 commit 0f9bef0Copy full SHA for 0f9bef0
1 file changed
pyproject.toml
@@ -96,3 +96,8 @@ warn_redundant_casts = true
96
warn_return_any = true
97
warn_unused_configs = true
98
warn_unused_ignores = true
99
+
100
+[tool.coverage.run]
101
+omit = [
102
+ "test/*",
103
+]
0 commit comments