[run]
source = src/zoho_creator_sdk
omit = 
    */tests/*
    */venv/*
    */.venv/*
    */site-packages/*
    */dist/*
    */build/*
    */__pycache__/*
    */.git/*
    */.tox/*
    */.eggs/*
    */.mypy_cache/*
    */.pytest_cache/*
    */htmlcov/*
    */.coverage*
    */conftest.py
    */setup.py
    */run_*.py
    */test_*.py

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    if TYPE_CHECKING:
    pass
    @overload
precision = 2
show_missing = True
skip_covered = False
fail_under = 100

[html]
directory = htmlcov

[xml]
output = coverage.xml