docs(readme): B2 — refresh stale test count (245 → 220+ lib + 67 Tauri-app)

This commit is contained in:
2026-05-01 08:03:16 +01:00
parent 4e16dbefb4
commit 16cbd7c13c

View File

@@ -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
```