docs: fix stage count in testing.md CI section

Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/db6908f8-a99f-426a-97f3-947d5c02944b

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-30 00:06:31 +00:00
parent 7955dac8e1
commit 7b932bb41d
+4 -5
View File
@@ -147,8 +147,7 @@ description of every stage.
The pipeline runs in four stages: The pipeline runs in four stages:
1. **Lint** (blocking gate) — Black, isort, Flake8, Pylint 1. **Lint** (blocking gate) — Black, isort, Flake8, Pylint
2. **Test**`pytest` with coverage; report uploaded to Codecov 2. **Parallel quality gates** — Test (pytest + Codecov), Security (Bandit + pip-audit),
3. **Security** — Bandit static analysis + pip-audit dependency scan CodeQL analysis, and Dependency Review (PRs only)
4. **CodeQL**GitHub's semantic code analysis for Python 3. **Docker**builds and pushes to `ghcr.io` (main branch only)
5. **Docker**builds and pushes to `ghcr.io` (main branch only) 4. **GitOps**updates the preprod Kubernetes manifest (main branch only)
6. **GitOps** — updates the preprod Kubernetes manifest (main branch only)