Move coverage config to setup.cfg
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
[report]
|
||||
exclude_lines =
|
||||
pragma: no cover
|
||||
def __repr__
|
||||
raise AssertionError
|
||||
raise NotImplementedError
|
||||
if __name__ == .__main__.:
|
||||
10
setup.cfg
10
setup.cfg
@@ -63,3 +63,13 @@ ignore = E203,W503,E731
|
||||
[isort]
|
||||
profile = black
|
||||
known_third_party=blinker,click,jinja2,markdown,natsort,PIL,Pillow,pilkit
|
||||
|
||||
[coverage:report]
|
||||
exclude_lines =
|
||||
pragma: no cover
|
||||
def __repr__
|
||||
raise AssertionError
|
||||
raise NotImplementedError
|
||||
if __name__ == .__main__.:
|
||||
except KeyboardInterrupt
|
||||
except ImportError
|
||||
|
||||
Reference in New Issue
Block a user