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 13:14:43 +00:00
[report]
exclude_lines =
if __name__ == .__main__.:
raise NotImplemented.
return NotImplemented
2013-03-15 04:45:12 +00:00
def __repr__
2023-11-21 23:51:03 +00:00
if TYPE_CHECKING:
^\s*\.\.\.$
[run]
2013-03-11 03:46:44 +00:00
include = moto/*
omit = moto/packages/*
source = moto