added coverage file
This commit is contained in:
parent
843675e9a1
commit
dfccc03da8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue