Skip to content

Commit 8ed87fb

Browse files
committed
Added .coveragerc
1 parent 8355fdd commit 8ed87fb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.coveragerc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[report]
2+
exclude_lines =
3+
pragma: no cover
4+
def __repr__
5+
def __str__
6+
if self.debug:
7+
if settings.DEBUG
8+
if t.TYPE_CHECKING
9+
raise AssertionError
10+
raise NotImplementedError
11+
if 0:
12+
if __name__ == .__main__.:
13+
class .*\bProtocol\):
14+
@(abc\.)?abstractmethod

0 commit comments

Comments
 (0)