From dec6c8f50372c607cb3cb720b10538d3f6f33626 Mon Sep 17 00:00:00 2001 From: Sebastian Palencsar Date: Mon, 4 May 2026 18:28:30 +0200 Subject: [PATCH] Update README.md with test coverage badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)