Omits Test Dir in Test Coverage

This commit is contained in:
2025-04-19 17:26:33 -03:00
parent b409ce49a5
commit 1c546d252f

View File

@@ -57,6 +57,14 @@ requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build" build-backend = "hatchling.build"
# Tests
[tool.coverage.run]
omit = [
"tests/*",
]
# Linters # Linters
[tool.ruff.lint] [tool.ruff.lint]
extend-select = ["I"] extend-select = ["I"]