test: bump coverage gate from 80%% to 90%%
Update --cov-fail-under in lint workflow + docs (AGENTS, README, ARCHITECTURE). Note: A5 closeout reported 80.10%% so this run will likely fail until additional tests are added.
This commit is contained in:
@@ -140,9 +140,9 @@ jobs:
|
||||
& $venvPy -m mypy --strict src
|
||||
if ($LASTEXITCODE -ne 0) { throw "mypy failed" }
|
||||
|
||||
- name: pytest (coverage >= 80%)
|
||||
- name: pytest (coverage >= 90%)
|
||||
shell: powershell
|
||||
run: |
|
||||
$venvPy = Join-Path $env:VENV_DIR 'Scripts\python.exe'
|
||||
& $venvPy -m pytest tests/python --cov=ci_orchestrator --cov-fail-under=80
|
||||
& $venvPy -m pytest tests/python --cov=ci_orchestrator --cov-fail-under=90
|
||||
if ($LASTEXITCODE -ne 0) { throw "pytest failed" }
|
||||
|
||||
Reference in New Issue
Block a user