Skip to content

Commit 17c812e

Browse files
authored
Tune coverage settings (#4199)
1 parent ce9f01d commit 17c812e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ignore-words-list = "indention"
6161
source = ["src", ".tox/*/site-packages"]
6262

6363
[tool.coverage.report]
64-
exclude_lines = ["pragma: no cover", "if TYPE_CHECKING:"]
64+
exclude_also = ["pragma: no cover", "if TYPE_CHECKING:"]
6565
omit = ["test/*"]
6666
# Increase it just so it would pass on any single-python run
6767
fail_under = 92

0 commit comments

Comments
 (0)