removed coverage file

This commit is contained in:
William Falcon 2019-07-24 15:54:14 -04:00
parent ea7be12bb1
commit 23e0986141
2 changed files with 13 additions and 11 deletions

View File

@ -1,11 +0,0 @@
[report]
exclude_lines =
pragma: no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
pt_callbacks.py

View File

@ -19,3 +19,16 @@ max-line-length = 120
[flake8] [flake8]
ignore = E731,W504,F401,F841 ignore = E731,W504,F401,F841
max-line-length = 120 max-line-length = 120
[coverage:run]
exclude_lines =
pragma: no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
pt_callbacks.py