added coverage file

This commit is contained in:
William Falcon 2019-07-24 16:04:18 -04:00
parent 843675e9a1
commit dfccc03da8
1 changed files with 4 additions and 4 deletions

View File

@ -16,10 +16,6 @@ markers =
ignore = E731,W504
max-line-length = 120
[flake8]
ignore = E731,W504,F401,F841
max-line-length = 120
[coverage:run]
exclude_lines =
pragma: no cover
@ -30,3 +26,7 @@ exclude_lines =
raise NotImplementedError
if 0:
if __name__ == .__main__.:
[flake8]
ignore = E731,W504,F401,F841
max-line-length = 120