Skip to content

Commit c17c7ea

Browse files
committed
Ommited custom type hints file from coverage correctly
1 parent de3179b commit c17c7ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.coveragerc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ exclude_lines =
33
pragma: no cover
44
if TYPE_CHECKING:
55

6-
ignore:
7-
- "gqlrequests/custom_type_hints.py"
6+
[run]
7+
omit =
8+
gqlrequests/custom_type_hints.py

0 commit comments

Comments
 (0)