[run]
branch = True
source = pytest_grunnur

[report]
exclude_lines =
    # Have to re-enable the standard pragma
    pragma: no cover

    # Exclude abstract methods
    @abstractmethod

    # Exclude overload annotations
    @overload
