diff --git a/.coveragerc b/.coveragerc index 8708371a..77531508 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,2 +1,8 @@ [run] include = model_utils/*.py + +[report] +exclude_also = + # Exclusive to mypy: + if TYPE_CHECKING:$ + \.\.\.$