-
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
[#22] [iOS] [Integrate] As a user, I can see Survey header #94
Conversation
58c0dad
to
75bd93c
Compare
🧛 shared Code Coverage:
|
File | Coverage |
---|---|
SurveyHeaderUiModel.kt |
100.00% |
SurveySelectionViewModel.kt |
100.00% |
TokenizedNetworkClient.kt |
96.33% |
Modified Files Not Found In Coverage Report:
AppCoordinator.swift
DomainHelperModule.kt
Koin.kt
KoinApplication.swift
LoginSpec.swift
LoginView+DataSource.swift
LoginViewDataSourceSpec.swift
RouteCoordinator.swift
Screen.swift
Shared+AutoMockable.swift
SplashView+DataSource.swift
Start.kt
SurveyHeaderView.swift
SurveyLoading.swift
SurveyLoadingScreen.swift
SurveySelectionSpec.swift
SurveySelectionView+DataSource.swift
SurveySelectionView.swift
SurveySelectionViewDataSourceSpec.swift
SurveySelectionViewModelTest.kt
ViewDidLoadModifier.swift
ViewModelModule.kt
project.pbxproj
Codebase cunningly covered by count Shroud 🧛
Generated by 🚫 Danger
Current coverage for Survey is
|
Files changed | - | - |
---|---|---|
KoinApplication.swift | 33.33% |
🚫 |
RouteCoordinator.swift | 62.50% |
|
SurveySelectionView+DataSource.swift | 87.10% |
✅ |
LoginView+DataSource.swift | 90.24% |
✅ |
SplashView+DataSource.swift | 91.49% |
✅ |
SurveySelectionView.swift | 96.73% |
✅ |
ViewDidLoadModifier.swift | 100.00% |
✅ |
SurveyHeaderView.swift | 100.00% |
✅ |
SurveyLoading.swift | 100.00% |
✅ |
AppCoordinator.swift | 100.00% |
✅ |
Powered by xcov
Generated by 🚫 Danger
f29e037
to
243739f
Compare
75bd93c
to
19bf25a
Compare
.../co/nimblehq/blisskmmic/presentation/modules/surveyselection/SurveySelectionViewModelTest.kt
Outdated
Show resolved
Hide resolved
.../co/nimblehq/blisskmmic/presentation/modules/surveyselection/SurveySelectionViewModelTest.kt
Outdated
Show resolved
Hide resolved
.../co/nimblehq/blisskmmic/presentation/modules/surveyselection/SurveySelectionViewModelTest.kt
Outdated
Show resolved
Hide resolved
243739f
to
293a85d
Compare
19bf25a
to
817ddc3
Compare
293a85d
to
5a4a3c6
Compare
817ddc3
to
f2d3be7
Compare
5a4a3c6
to
2422f15
Compare
c304df9
to
e72b0d1
Compare
2422f15
to
620b57c
Compare
e72b0d1
to
095a4db
Compare
620b57c
to
071e6af
Compare
095a4db
to
7f0e810
Compare
071e6af
to
cfa377f
Compare
7031696
to
fbebd54
Compare
cfa377f
to
363fb2d
Compare
fbebd54
to
f78dfe4
Compare
de0f72a
to
f691c78
Compare
456f719
to
5878ecb
Compare
f691c78
to
16ffe7c
Compare
5878ecb
to
2465f1a
Compare
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.
I also see that you modified the Android code in this PR too, implementation-wise there is not an issue from me. At the same time, I think it is better to have a P.o.W on the changed places for Android too 🙏
...s/Sources/Specs/Presentation/Modules/SurveySelection/SurveySelectionViewDataSourceSpec.swift
Show resolved
Hide resolved
.../co/nimblehq/blisskmmic/presentation/modules/surveyselection/SurveySelectionViewModelTest.kt
Outdated
Show resolved
Hide resolved
2465f1a
to
572ea6e
Compare
@minhnimble I don't think there's an Android code change in this PR? Only on KMM module for ViewModel. They should be no Android code change as I haven't start the Android app yet 🤔 |
Oh you are right, I saw the creation of the |
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 🚀
What happened
Show Survey header with data from API.
Insight
SurveySelectionViewModel
./me
inSurveySelectionViewModel
.SurveySelectionViewModel
always returnSurveyHeaderUiModel
regardless of API error.Proof Of Work
Screen.Recording.2022-12-15.at.17.52.01.mov