From f68a905de447ba947a46fcd4ef7c20824262d187 Mon Sep 17 00:00:00 2001 From: Selwin Ong Date: Fri, 7 Apr 2023 10:52:19 +0700 Subject: [PATCH] Update codecov.yml instead --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) 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