Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit62b544d

Browse files
Merge pull request#1449 from python-gitlab/chore/ignore-typing-coverage
chore(ci): ignore debug and type_checking in coverage
2 parents0d3b8ae +885b608 commit62b544d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎tox.ini

Lines changed: 6 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp