Skip to content

Commit 592effb

Browse files
committed
exclude TYPE_CHECKING from coverage report
Signed-off-by: gruebel <[email protected]>
1 parent 5fe86a3 commit 592effb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ dev = ["pip-tools", "pytest", "pre-commit"]
2525
[project.urls]
2626
Homepage = "https://github.com/open-feature/python-sdk"
2727

28+
[tool.coverage.report]
29+
exclude_also = [
30+
"if TYPE_CHECKING:",
31+
]
32+
2833
[tool.mypy]
2934
files = "openfeature"
3035
namespace_packages = true

0 commit comments

Comments
 (0)