From 7b932bb41dc388de9579e58bde8402e88367fdbf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:06:31 +0000 Subject: [PATCH] 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> --- docs/development/testing.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/development/testing.md b/docs/development/testing.md index 13be491..246e9e0 100644 --- a/docs/development/testing.md +++ b/docs/development/testing.md @@ -147,8 +147,7 @@ description of every stage. The pipeline runs in four stages: 1. **Lint** (blocking gate) — Black, isort, Flake8, Pylint -2. **Test** — `pytest` with coverage; report uploaded to Codecov -3. **Security** — Bandit static analysis + pip-audit dependency scan -4. **CodeQL** — GitHub's semantic code analysis for Python -5. **Docker** — builds and pushes to `ghcr.io` (main branch only) -6. **GitOps** — updates the preprod Kubernetes manifest (main branch only) \ No newline at end of file +2. **Parallel quality gates** — Test (pytest + Codecov), Security (Bandit + pip-audit), + CodeQL analysis, and Dependency Review (PRs only) +3. **Docker** — builds and pushes to `ghcr.io` (main branch only) +4. **GitOps** — updates the preprod Kubernetes manifest (main branch only) \ No newline at end of file