[run]
branch = True
source = src/stac_auth_proxy
omit = 
    */tests/*
    */test_*
    */__pycache__/*
    */venv/*
    */build/*
    */dist/*
    */htmlcov/*
    */lambda.py
    */__main__.py

[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
    # Have to re-enable the standard pragma
    pragma: no cover

[html]
directory = htmlcov

[xml]
output = coverage.xml
