[run]
branch = True
source = fish_async_task
omit =
    */tests/*
    */test_*.py
    */__pycache__/*
    */site-packages/*

[report]
fail_under = 80
precision = 2
exclude_lines =
    pragma: no cover
    def __repr__
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    if TYPE_CHECKING:
    @abstractmethod

[html]
directory = htmlcov
