Skip to content

Commit f3b8a49

Browse files
authored
Add more excludes code coverage lines (#289)
1 parent bb55cee commit f3b8a49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.coveragerc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[report]
22
exclude_also =
33
if TYPE_CHECKING:
4+
def __repr__
5+
@(abc\.)?abstractmethod
6+
@overload
7+
raise NotImplementedError

0 commit comments

Comments
 (0)