-
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
[#12] [iOS] [Integrate] [Part1] As a user, I can reset my password #64
Conversation
🧛 shared Code Coverage:
|
File | Coverage |
---|---|
NotificationUiModel.kt |
100.00% |
ResetPasswordViewModel.kt |
100.00% |
Modified Files Not Found In Coverage Report:
AppDelegate.swift
AutoMockable.stencil
IOSApp.swift
KoinApplication.swift
NotificationManager.swift
NotificationManagerSpec.swift
ResetPasswordUseCaseTest.kt
ResetPasswordViewModelTest.kt
Start.kt
ViewModelModule.kt
detekt-config.yml
project.pbxproj
strings.xml
Codebase cunningly covered by count Shroud 🧛
Generated by 🚫 Danger
6087027
to
0bba983
Compare
5775aa4
to
1140290
Compare
0bba983
to
645eeea
Compare
f0209f0
to
bb354ce
Compare
cc527b5
to
3c5a3da
Compare
9f0800d
to
9bccd8d
Compare
87cc557
to
a24ebc2
Compare
9bccd8d
to
bca3d83
Compare
a24ebc2
to
0ee065f
Compare
0ee065f
to
1efbe45
Compare
...n/kotlin/co/nimblehq/blisskmmic/presentation/modules/resetpassword/ResetPasswordViewModel.kt
Show resolved
Hide resolved
e126ea2
to
9573379
Compare
shared/src/commonMain/kotlin/co/nimblehq/blisskmmic/di/koin/modules/ViewModelModule.kt
Outdated
Show resolved
Hide resolved
...n/kotlin/co/nimblehq/blisskmmic/presentation/modules/resetpassword/ResetPasswordViewModel.kt
Outdated
Show resolved
Hide resolved
...n/kotlin/co/nimblehq/blisskmmic/presentation/modules/resetpassword/ResetPasswordViewModel.kt
Show resolved
Hide resolved
...n/kotlin/co/nimblehq/blisskmmic/presentation/modules/resetpassword/ResetPasswordViewModel.kt
Show resolved
Hide resolved
shared/src/commonMain/kotlin/co/nimblehq/blisskmmic/di/koin/modules/ViewModelModule.kt
Outdated
Show resolved
Hide resolved
3e7956b
to
9146e84
Compare
9146e84
to
4c741ff
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.
Just a minor refactor left, rest LGTM 🚀
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.
Good to go 🏃♂️
What Happened
Add Notification capability to iOS app.
Insight
ResetPasswordViewModel
Proof of Work