exclude NotImplemented and 3rd party packages from coverage
This commit is contained in:
parent
c196e15cf7
commit
9db1107caa
1 changed files with 5 additions and 0 deletions
|
|
@ -2,3 +2,8 @@
|
|||
|
||||
exclude_lines =
|
||||
if __name__ == .__main__.:
|
||||
raise NotImplemented.
|
||||
|
||||
|
||||
[run]
|
||||
omit = moto/packages/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue