We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9034ac commit dc1fb1bCopy full SHA for dc1fb1b
1 file changed
pyproject.toml
@@ -136,3 +136,6 @@ module=[
136
"xarray.core.pycompat",
137
]
138
ignore_missing_imports = true
139
+
140
+[tool.coverage.run]
141
+omit = ["*/tests/*"]
0 commit comments