Skip to content

Commit 3e555d7

Browse files
committed
configure coverage
1 parent 41c6cd3 commit 3e555d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,11 @@ known-third-party = []
6363

6464
[tool.ruff.lint.flake8-tidy-imports]
6565
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

Comments
 (0)