mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-07 01:28:26 -04:00
dont do coverage of test directory
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user