[coverage:run]
branch = True
omit =
    authlib/integrations/base_client/async_app.py
    authlib/integrations/httpx_client/*
    authlib/integrations/starlette_client/*


[coverage:report]
exclude_lines =
    pragma: no cover
    except ImportError
    def __repr__
    raise NotImplementedError
    raise DeprecationWarning
    deprecate
