Skip to content

Commit 885b608

Browse files
committed
chore(ci): ignore debug and type_checking in coverage
1 parent 0d3b8ae commit 885b608

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tox.ini

+6
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ commands =
7373
omit = *tests*
7474
source = gitlab
7575

76+
[coverage:report]
77+
exclude_lines =
78+
pragma: no cover
79+
if TYPE_CHECKING:
80+
if debug:
81+
7682
[pytest]
7783
script_launch_mode = subprocess
7884

0 commit comments

Comments
 (0)