[run]
source = src/sdmxabs
branch = true
omit =
    tests/*
    src/sdmxabs/__init__.py
    */site-packages/*
    */.venv/*
    */venv/*

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if 0:
    if __name__ == .__main__.:
    class .*\bProtocol\):
    @(abc\.)?abstractmethod
    # Type checking imports
    if TYPE_CHECKING:
    # Platform specific code
    if sys.platform

precision = 2
show_missing = true
skip_covered = false
skip_empty = true

[html]
directory = htmlcov
title = sdmxabs Coverage Report

[xml]
output = coverage.xml