-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: Use enroll mls use case (WPB-5756) #2514
Conversation
Build 2228 failed. |
@borichellow looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
Build 2229 failed. |
@borichellow looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
Build 2234 failed. |
Build 2238 failed. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2514 +/- ##
=============================================
- Coverage 41.19% 41.07% -0.12%
- Complexity 1112 1114 +2
=============================================
Files 355 355
Lines 12926 12988 +62
Branches 1690 1695 +5
=============================================
+ Hits 5325 5335 +10
- Misses 7096 7149 +53
+ Partials 505 504 -1
Continue to review full report in Codecov by Sentry.
|
APKs built during tests are available here. Scroll down to Artifacts! |
Build 2245 succeeded. The build produced the following APK's: |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 2258 succeeded. The build produced the following APK's: |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 2271 succeeded. The build produced the following APK's: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2514 +/- ##
=============================================
- Coverage 41.19% 41.07% -0.12%
- Complexity 1112 1114 +2
=============================================
Files 355 355
Lines 12926 12988 +62
Branches 1690 1695 +5
=============================================
+ Hits 5325 5335 +10
- Misses 7096 7149 +53
+ Partials 505 504 -1
Continue to review full report in Codecov by Sentry.
|
What's new in this PR?
Issues
In Device settings AND E2EIRequired dialog: when user clicks on "Get Certificate" button nothing happens
Causes (Optional)
The getting certificate it self wasn't implemented yet.
Solutions
GetE2EICertificateUseCase
in these cases.Required kalium PR