[run]
branch = True
omit = 
    */tests/*
    */site-packages/*
    */__init__.py
    src/a2a/grpc/*

[report]
exclude_lines =
    pragma: no cover
    import
    def __repr__
    raise NotImplementedError
    if TYPE_CHECKING
    @abstractmethod
    pass
    raise ImportError
