Skip to content

Commit

Permalink
Merge pull request #1449 from python-gitlab/chore/ignore-typing-coverage
Browse files Browse the repository at this point in the history
chore(ci): ignore debug and type_checking in coverage
  • Loading branch information
JohnVillalovos committed May 7, 2021
2 parents 0d3b8ae + 885b608 commit 62b544d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Expand Up @@ -73,6 +73,12 @@ commands =
omit = *tests*
source = gitlab

[coverage:report]
exclude_lines =
pragma: no cover
if TYPE_CHECKING:
if debug:

[pytest]
script_launch_mode = subprocess

Expand Down

0 comments on commit 62b544d

Please sign in to comment.