exclude NotImplemented and 3rd party packages from coverage
This commit is contained in:
parent
c196e15cf7
commit
9db1107caa
@ -2,3 +2,8 @@
|
|||||||
|
|
||||||
exclude_lines =
|
exclude_lines =
|
||||||
if __name__ == .__main__.:
|
if __name__ == .__main__.:
|
||||||
|
raise NotImplemented.
|
||||||
|
|
||||||
|
|
||||||
|
[run]
|
||||||
|
omit = moto/packages/*
|
||||||
|
Loading…
Reference in New Issue
Block a user