Skip to content

Commit

Permalink
Evade some typing-related coverage (mis)-reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed May 23, 2023
1 parent ae55a8c commit 4e0a4dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ source = ["jsonschema"]
dynamic_context = "test_function"

[tool.coverage.report]
exclude_also = [
"if TYPE_CHECKING:",
"\\s*\\.\\.\\.\\s*",
]
omit = [
"*/jsonschema/__main__.py",
"*/jsonschema/benchmarks/*",
Expand Down

0 comments on commit 4e0a4dc

Please sign in to comment.