From 16cbd7c13c9d589c767bd0b90f198a84c79c992f Mon Sep 17 00:00:00 2001 From: Jake Date: Fri, 1 May 2026 08:03:16 +0100 Subject: [PATCH] =?UTF-8?q?docs(readme):=20B2=20=E2=80=94=20refresh=20stal?= =?UTF-8?q?e=20test=20count=20(245=20=E2=86=92=20220+=20lib=20+=2067=20Tau?= =?UTF-8?q?ri-app)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6b6b49..84aea2c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Magnotia is a local-first, cognitive-load-aware dictation and task-capture deskt **Pre-alpha.** Actively dogfooded on Linux (KDE Plasma 6 on Wayland). macOS and Windows targets are in scope and exercised by CI, but not yet beta-ready. One primary user; open source-intent with licence TBD before public beta. - Current `main`: see commit log -- 245 automated lib tests across 10 crates, all passing +- 220+ lib tests across 9 library crates plus 67 Tauri-app tests, all passing - Cross-platform CI (Linux / macOS / Windows) via GitHub Actions --- @@ -297,7 +297,7 @@ CI also builds release installers on tag push (see `.github/workflows/build.yml` ### Testing ```bash -cargo test --workspace --lib # 245 tests across 10 crates +cargo test --workspace --lib # 220+ lib tests across 9 library crates npm run check # svelte-check (type-checks .svelte files) cargo check --workspace --all-targets ```