dont do coverage of test directory

This commit is contained in:
Kenneth Kehl
2024-09-26 13:47:51 -07:00
parent 24f2b9fc9f
commit b6d37b7071

View File

@@ -106,6 +106,10 @@ sqlalchemy-utils = "^0.41.2"
vulture = "^2.10"
detect-secrets = "^1.5.0"
[tool.coverage.run]
omit = [
"tests/*", # Omit everything in the tests directory
]
[build-system]
requires = ["poetry-core"]