Exclude __repr__ from coverage reporting

The repr is ususally only used for nice output when debugging, not in
the actual production code.
This commit is contained in:
karlch 2020-02-04 16:09:40 +01:00
parent cb11ecb9ce
commit 50d3c241f9
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ exclude_lines =
if __name__ == "__main__"
@utils.asyncfunc
@asyncfunc
def __repr__