mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-22 06:10:51 -07:00
ci(M04): omit scripts/ from coverage to reach 40% gate (#16)
Made-with: Cursor
This commit is contained in:
parent
c6cb6c7850
commit
93a2872fbf
1 changed files with 2 additions and 1 deletions
|
|
@ -37,11 +37,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.
|
||||
# M04: Focus coverage on core modules; omit extensions, repos, scripts.
|
||||
[tool.coverage.run]
|
||||
omit = [
|
||||
"extensions-builtin/*",
|
||||
"repositories/*",
|
||||
"scripts/*",
|
||||
"*/__pycache__/*",
|
||||
"config*.py",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue