diff --git a/codecov.yml b/codecov.yml index aa84c676..5190371f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,6 @@ ignore: - "*/tests/*" + +coverage: + exclude_lines: + - "if TYPE_CHECKING:" \ No newline at end of file