This commit is contained in:
parent
1264797fa6
commit
025074c390
|
|
@ -34,9 +34,17 @@ sigterm = true
|
|||
|
||||
[tool.coverage.report]
|
||||
skip_covered = true
|
||||
fail_under = 91
|
||||
omit = [
|
||||
"*/migrations/*",
|
||||
"*/tests/*",
|
||||
# Non-application code (no testable logic / not part of the app)
|
||||
"netbox/scripts/*", # SCRIPTS_ROOT: user/generated scripts
|
||||
"*/netbox/configuration*.py", # settings/config files (template, testing, local)
|
||||
"*/netbox/wsgi.py", # WSGI entrypoint
|
||||
"*/generate_secret_key.py", # standalone CLI helper
|
||||
"*/utilities/debug.py", # debug-toolbar hook, active only when DEBUG=True
|
||||
"*/extras/management/commands/housekeeping.py", # deprecated; will not be tested
|
||||
]
|
||||
|
||||
[tool.pyright]
|
||||
|
|
|
|||
Loading…
Reference in New Issue