docs: refresh test-slice mentions to match 4-slice CI reality#111
Conversation
After #109 wired Payment + Shipping integration tests into CI, two doc sites still claimed only the Catalog + Order slices existed: - README.md "Verification at every layer" listed only Catalog (Postgres + Redis) and Order (SQL Server + stubbed Wolverine). The "134 unit + integration slices" count had also drifted to 142. - docs/architecture.md "Gaps & Future Work" said "CatalogService and OrderService single-service slices exist" and framed the cross-service gap as the only remaining work. Surfaced by a doc-drift sweep after the /check-rules audit. Changes: - README: list all four slices with their containers; rephrase the test count as "100+ unit + integration tests" instead of a precise number that drifts every PR. - architecture.md: update the slice list to all four; clarify that the remaining gap is wire-level cross-service coverage specifically. No rule changes; pure documentation refresh. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
WalkthroughThis PR updates documentation to reflect the current test infrastructure. README.md clarifies the Testcontainers integration-test volume and enumerates the four service slices (Catalog, Order, Payment, Shipping) with their respective database and transport configurations. docs/architecture.md expands the cross-service integration test coverage description from two services to four DB-touching services, while identifying the remaining gap as an end-to-end event-flow test over Azure Service Bus. ChangesTest Coverage Documentation
🎯 1 (Trivial) | ⏱️ ~2 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary
After #109 wired Payment + Shipping integration tests into CI, two doc sites still claimed only Catalog + Order slices existed. Surfaced by a doc-drift sweep after the /check-rules audit.
Changes
What this is NOT
🤖 Generated with Claude Code
Summary by CodeRabbit