test: cover mobile card label glyphs
Build and Deploy / build-and-push (push) Successful in 1m4s

This commit is contained in:
funman300
2026-06-08 19:13:40 -07:00
parent a69a774edf
commit 324003562b
3 changed files with 26 additions and 4 deletions
+3 -3
View File
@@ -1,15 +1,15 @@
# Ferrous Solitaire — Session Handoff
**Last updated:** 2026-06-09 — analytics and Android validation runbooks added; handoff current.
**Last updated:** 2026-06-09 — validation runbooks added; card label coverage tightened.
---
## Current state
- **Branch state:** `master` pushed to origin; latest commits are validation runbooks plus handoff/changelog follow-up.
- **Branch state:** `master` pushed to origin; latest commits are validation runbooks plus card-label test coverage.
- **Latest tag:** `v0.39.0`
- **Working tree:** clean. Local `scripts/` helpers are excluded through `.git/info/exclude` and intentionally not committed.
- **Latest verification in this follow-up:** `cargo test -p solitaire_core`; `cargo test -p solitaire_data matomo_client`; `cargo test -p solitaire_engine analytics_plugin`; `cargo test -p solitaire_engine settings_plugin`.
- **Latest verification in this follow-up:** `cargo test -p solitaire_core`; `cargo test -p solitaire_data matomo_client`; `cargo test -p solitaire_engine analytics_plugin`; `cargo test -p solitaire_engine settings_plugin`; `cargo test -p solitaire_engine card_plugin`.
- **Full previous gate:** Claude reported recent card_game work pushed to origin and `cargo test` / `clippy` gates passing before the changelog follow-up.
---