[run]
branch = true
source = marshmallow_enum
omit =
        __meta__.py
parallel = true

[paths]
source =
   src/marshmallow_enum/
   .tox/*/lib/*/site-packages/marshmallow_enum/

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    if self\.debug:
    if settings.DEBUG
    raise NotImplementedError
    if 0:
    if False:
    if __name__ == .__main__.:
    @abstractmethod

fail_under = 80
precision = 2
show_missing = true
skip_covered = true

[html]
directory = tests/htmlcov
