Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 76fd45b

Browse files
committedMar 24, 2024·
Fix.
1 parent 2dd982b commit 76fd45b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎pyproject.toml

+8
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,11 @@ markers = [
121121
"end_to_end: Flag for tests that cover the whole program.",
122122
]
123123
norecursedirs = [".idea", ".tox"]
124+
125+
[tool.coverage.report]
126+
exclude_also = [
127+
"pragma: no cover",
128+
"if TYPE_CHECKING.*:",
129+
"\\.\\.\\.",
130+
"def __repr__",
131+
]

0 commit comments

Comments
 (0)
Please sign in to comment.