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 41c6cd3 commit 3e555d7Copy full SHA for 3e555d7
pyproject.toml
@@ -63,3 +63,11 @@ known-third-party = []
63
64
[tool.ruff.lint.flake8-tidy-imports]
65
ban-relative-imports = "all"
66
+
67
+[tool.coverage.run]
68
+source = ["xarray_array_testing"]
69
+branch = true
70
71
+[tool.coverage.report]
72
+show_missing = true
73
+exclude_lines = ["pragma: no cover", "if TYPE_CHECKING"]
0 commit comments