Skip to content

Commit

Permalink
chore: Ignore coverage for t.TYPE_CHECKING blocks (meltano#7360)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Mar 2, 2023
1 parent e0bd40e commit 13c91d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ source = [
[tool.coverage.report]
exclude_lines = [
"pragma: no cover",
"if TYPE_CHECKING:",
'''if (t\.)?TYPE_CHECKING:''',
"\\.\\.\\.",
]
precision = 2
Expand Down

0 comments on commit 13c91d9

Please sign in to comment.