From 5c392d9b00b065cf6b6d58f119ff4530d3896084 Mon Sep 17 00:00:00 2001 From: Test User Date: Sat, 7 Feb 2026 01:59:05 -0700 Subject: [PATCH] docs: fix stale test counts in README coverage breakdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unit tests 308→348, integration 144→136, test files 15→16. Added missing test_circuit_breaker_recovery.bats to file listing. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9eb6357..0179d14 100644 --- a/README.md +++ b/README.md @@ -638,6 +638,7 @@ bats tests/unit/test_enable_core.bats bats tests/unit/test_task_sources.bats bats tests/unit/test_ralph_enable.bats bats tests/unit/test_wizard_utils.bats +bats tests/unit/test_circuit_breaker_recovery.bats bats tests/integration/test_loop_execution.bats bats tests/integration/test_prd_import.bats bats tests/integration/test_project_setup.bats @@ -866,9 +867,9 @@ Ralph is under active development with a clear path to v1.0.0. See [IMPLEMENTATI - Dedicated uninstall script **Test Coverage Breakdown:** -- Unit Tests: 308 (CLI parsing, JSON, exit detection, rate limiting, session continuity, enable wizard, live streaming) -- Integration Tests: 144 (loop execution, edge cases, installation, project setup, PRD import) -- Test Files: 15 +- Unit Tests: 348 (CLI parsing, JSON, exit detection, rate limiting, session continuity, enable wizard, live streaming, circuit breaker recovery) +- Integration Tests: 136 (loop execution, edge cases, installation, project setup, PRD import) +- Test Files: 16 ### Path to v1.0.0 (~4 weeks)