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:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user