# This file contains the configuration settings for the coverage report generated.

[report]
exclude_also =
    \.\.\.
exclude_lines =
    if TYPE_CHECKING:

fail_under = 80
