From 22ce867efd88dff9c219f789967ed2612329ee6d Mon Sep 17 00:00:00 2001 From: Martin Vogel Date: Wed, 16 Sep 2026 01:55:26 +0200 Subject: [PATCH] =?UTF-8?q?docs(readme):=20current=20test=20count=20?= =?UTF-8?q?=E2=80=94=208,060=20tests=20across=20141=20suites?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Badge 6768 -> 8050 passing, the macOS full-suite count on v0.11.0's main (8,050 passed, 10 platform-skipped, 141 suites, run 35003197455); the build-from-source section states the suite total and suite count. Signed-off-by: Martin Vogel --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6ab67ee2..3911bacf8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![GitHub Release](https://img.shields.io/github/v/release/DeusData/codebase-memory-mcp?style=flat&color=blue)](https://github.com/DeusData/codebase-memory-mcp/releases/latest) [![License](https://img.shields.io/badge/license-MIT-green)](LICENSE) [![CI](https://img.shields.io/github/actions/workflow/status/DeusData/codebase-memory-mcp/dry-run.yml?label=CI)](https://github.com/DeusData/codebase-memory-mcp/actions/workflows/dry-run.yml) -[![Tests](https://img.shields.io/badge/tests-6768_passing-brightgreen)](https://github.com/DeusData/codebase-memory-mcp) +[![Tests](https://img.shields.io/badge/tests-8050_passing-brightgreen)](https://github.com/DeusData/codebase-memory-mcp) [![Languages](https://img.shields.io/badge/languages-162-orange)](https://github.com/DeusData/codebase-memory-mcp) [![Hybrid LSP](https://img.shields.io/badge/Hybrid_LSP-10_languages-blue)](#hybrid-lsp) [![Agents](https://img.shields.io/badge/agent_surfaces-45-purple)](https://github.com/DeusData/codebase-memory-mcp) @@ -425,7 +425,7 @@ scripts/build.sh # without the UI (development only) Every platform ships **one self-contained executable**: the graph UI and the agent integration templates are linked into the binary, so an extracted archive is immediately complete. -Run the test suite (6,768 tests across 120 suites): +Run the test suite (8,060 tests across 141 suites): ```bash scripts/test.sh # full: clean sanitizer build + all suites + guards