mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 04:53:12 -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"
|
vulture = "^2.10"
|
||||||
detect-secrets = "^1.5.0"
|
detect-secrets = "^1.5.0"
|
||||||
|
|
||||||
|
[tool.coverage.run]
|
||||||
|
omit = [
|
||||||
|
"tests/*", # Omit everything in the tests directory
|
||||||
|
]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|||||||
Reference in New Issue
Block a user