53a3e52c67
Fixes #3474
12 lines
173 B
INI
12 lines
173 B
INI
[report]
|
|
|
|
exclude_lines =
|
|
if __name__ == .__main__.:
|
|
raise NotImplemented.
|
|
return NotImplemented
|
|
def __repr__
|
|
|
|
[run]
|
|
include = moto/*
|
|
omit = moto/packages/*
|