test: bump coverage gate from 80%% to 90%%
Lint / python (push) Failing after 22s
Lint / pssa (push) Successful in 25s

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:
2026-05-14 23:04:56 +02:00
parent 4f656725bf
commit 451a61c6a1
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -312,10 +312,10 @@ Enforced by `gitea/workflows/lint.yml` job `python`:
```powershell
python -m ruff check src tests\python
python -m mypy --strict src
python -m pytest tests\python -q --cov=ci_orchestrator --cov-fail-under=80
python -m pytest tests\python -q --cov=ci_orchestrator --cov-fail-under=90
```
Coverage gate is **80%** as of Phase A5. Regression tests for
Coverage gate is **90%**. Regression tests for
`AGENTS.md` errors #9#12 live in
[tests/python/test_agents_errors.py](../tests/python/test_agents_errors.py).