-
Notifications
You must be signed in to change notification settings - Fork 23
[#610] [Part 1] Update navigation library and refactor template to expose event callback to navigate #611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: bug/606-fix-incorrect-imports-in-homescreentest-and-mockutil
Are you sure you want to change the base?
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
8f23608
to
d220269
Compare
Kover report for template-compose:🧛 Template - Compose Unit Tests Code Coverage:
|
File | Coverage |
---|---|
AppDestination.kt |
75.00% |
AppNavGraph.kt |
52.35% |
BaseViewModel.kt |
72.90% |
HomeScreen.kt |
67.89% |
HomeViewModel.kt |
100.00% |
MainDestination.kt |
60.00% |
MainNavGraph.kt |
37.50% |
Modified Files Not Found In Coverage Report:
BaseAppDestination.kt
HiltTestRunner.kt
HomeScreenTest.kt
HomeScreenTest.kt
HomeViewModelTest.kt
Item.kt
ItemList.kt
NavHostControllerExt.kt
NavigationExt.kt
SecondScreen.kt
ThirdScreen.kt
build.gradle.kts
libs.versions.toml
Codebase cunningly covered by count Shroud 🧛
Generated by 🚫 Danger
d220269
to
b3efc02
Compare
…irectional data flow for sample compose
b3efc02
to
b651f17
Compare
#610
What happened 👀
Insight 📝
test
directory as usual without needing an emulator or a real deviceHomeScreenTest
as usualHomeScreenTest
underandroidTest
and we will need an emulator or a real deviceProof Of Work 📹
CI should pass for all Unit tests
Home screen UI test
ScreenRecording.mp4