psyinfra/onyo

View on GitHub
.coveragerc

Summary

Maintainability
Test Coverage
[run]
parallel = True
branch = True
data_file = ${REPO_ROOT-.}/.coverage
source = ${REPO_ROOT-.}/

[report]
exclude_lines =
    if self.debug:
    pragma: no cover
    raise NotImplementedError
    if __name__ == .__main__.:
    if TYPE_CHECKING:
ignore_errors = True
omit =
    ${REPO_ROOT-.}/tests/*