diff --git a/README.md b/README.md index 7d10051..45cf1f0 100755 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Written in Rust Tauri v2 Alpha status + 37 unit tests Latest release MIT license

@@ -102,7 +103,7 @@ Deskify intentionally does not aim to: - **Build model:** `deskify` compiles the wrapper locally on your machine - **Why this MVP design:** simpler debugging, isolated failures, low contributor complexity - **Tradeoff:** build time and distro-specific setup issues become user-facing -- **Test coverage:** currently limited (core behavior is implemented, automated coverage is growing) +- **Test coverage:** 37 unit tests covering desktop entry escaping, Tauri config generation, validation, Chromium backend, and app config serialization ### MVP Architecture (Today)