moto/.coveragerc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
225 B
Plaintext
Raw Normal View History

2013-03-05 08:14:43 -05:00
[report]
exclude_lines =
if __name__ == .__main__.:
raise NotImplemented.
return NotImplemented
2013-03-15 00:45:12 -04:00
def __repr__
2023-11-21 15:51:03 -08:00
if TYPE_CHECKING:
^\s*\.\.\.$
[run]
2013-03-10 23:46:44 -04:00
include = moto/*
omit = moto/packages/*
source = moto