mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-22 14:20:39 -07:00
ci(M04): add coverage omit for extensions/repos to reach 40% gate (#15)
Made-with: Cursor
This commit is contained in:
parent
077e4b93f4
commit
c6cb6c7850
1 changed files with 9 additions and 0 deletions
|
|
@ -36,3 +36,12 @@ extend-immutable-calls = ["fastapi.Depends", "fastapi.security.HTTPBasic"]
|
|||
|
||||
[tool.pytest.ini_options]
|
||||
base_url = "http://127.0.0.1:7860"
|
||||
|
||||
# M04: Focus coverage on main app; omit extensions and external repos.
|
||||
[tool.coverage.run]
|
||||
omit = [
|
||||
"extensions-builtin/*",
|
||||
"repositories/*",
|
||||
"*/__pycache__/*",
|
||||
"config*.py",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue