-
Notifications
You must be signed in to change notification settings - Fork 0
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
[#20] [Android] [Integrate] As a user, I can see the app cache and load survey list in Home screen #89
[#20] [Android] [Integrate] As a user, I can see the app cache and load survey list in Home screen #89
Conversation
808ef96
to
73fbaee
Compare
73fbaee
to
30ede0d
Compare
30ede0d
to
b3ee93f
Compare
🧛 build Code Coverage:
|
File | Coverage |
---|---|
AuthRemoteDataSource.kt |
0.00% |
DateFormatter.kt |
0.00% |
GetCachedSurveysUseCase.kt |
100.00% |
GetSurveyDetailUseCase.kt |
100.00% |
GetSurveysUseCase.kt |
100.00% |
GetUserProfileUseCase.kt |
100.00% |
HomeViewModel.kt |
100.00% |
IsLoggedInUseCase.kt |
100.00% |
LogInUseCase.kt |
100.00% |
LogOutUseCase.kt |
100.00% |
Realm.kt |
0.00% |
RefreshTokenUseCase.kt |
100.00% |
SubmitSurveyUseCase.kt |
100.00% |
Survey.kt |
100.00% |
SurveyLocalDataSource.kt |
0.00% |
SurveyRealmObject.kt |
84.31% |
SurveyRemoteDataSource.kt |
0.00% |
SurveyRepositoryImpl.kt |
100.00% |
TokenLocalDataSource.kt |
100.00% |
UserRemoteDataSource.kt |
0.00% |
Modified Files Not Found In Coverage Report:
AuthRepository.kt
Configurations.kt
Dependencies.kt
Fake.kt
Fake.kt
GetCachedSurveysUseCaseTest.kt
HomeScreenTest.kt
HomeViewModelTest.kt
LocalModule.kt
SurveyRepository.kt
SurveyRepositoryTest.kt
UseCaseModule.kt
UserRepository.kt
build.gradle.kts
build.gradle.kts
Codebase cunningly covered by count Shroud 🧛
Generated by 🚫 Danger
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## develop #89 +/- ##
===========================================
+ Coverage 66.74% 66.92% +0.18%
===========================================
Files 79 83 +4
Lines 1768 1826 +58
Branches 331 337 +6
===========================================
+ Hits 1180 1222 +42
- Misses 434 447 +13
- Partials 154 157 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rest lgtm
shared/src/commonMain/kotlin/vn/luongvo/kmm/survey/data/repository/SurveyRepositoryImpl.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now 🚀
What happened 👀
shimmer
loading will display one time from both continuous steps: survey loading from the cache & survey loading from the remote API.Insight 📝
GetCachedSurveysUseCase
to ease theshimmer
loading logic control.Proof Of Work 📹
screen-20230306-022328.mp4
screen-20230306-022510.mp4