add Android unit test coverage

This commit is contained in:
2026-04-10 10:03:25 +02:00
parent efe2f9cfea
commit ffed360cb9
5 changed files with 128 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ This is the canonical working plan and progress log for the project. Use this fi
- Backend analytics coverage now includes a representative key user flow batch.
- iOS project scaffolding now exists as `mobile/ios-app/HermesApp.xcodeproj` with a shared scheme and XCTest target.
- iOS sources and tests build and pass in Xcode on an iPhone simulator, and a standalone localization/error-mapping harness passes.
- Android local unit tests now cover localization, error mapping, and analytics batch conversion, and `./gradlew testDebugUnitTest` passes with the Android SDK installed.
### Still Open