Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit bd2e4f8

Browse files
committed
Do not count the useless lines
1 parent 635cb9e commit bd2e4f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.coveragerc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ fail_under = 50
2828
precision = 2
2929
sort = Name
3030
skip_covered = True
31+
exclude_lines =
32+
if 0:
33+
def __repr__
34+
def __unicode__
35+
def __str__

0 commit comments

Comments
 (0)