docs: mark CI/CD pipeline done, add ci-cd.md, fix testing.md reference

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:05:16 +00:00
parent 172d6465ab
commit 7955dac8e1
4 changed files with 190 additions and 7 deletions
+3 -1
View File
@@ -160,5 +160,7 @@ have no working implementation in the codebase yet.
- [ ] Remove or wire up `fastapi-users` (currently installed but unused)
- [x] Replace mock data in stats endpoints with real database queries
- [ ] Replace mock DNS data with actual DNS lookups
- [ ] Add CI/CD pipeline
- [x] Add CI/CD pipeline — GitHub Actions workflows in `.github/workflows/ci.yml`
(lint → test/security/CodeQL/dependency-review → Docker build/push → GitOps)
and `.github/workflows/release.yml` (semantic versioning)
- [ ] Reach >80% test coverage