Skip to content
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

Improved session startup progress #1734

Merged
merged 1 commit into from
Mar 10, 2023
Merged

Improved session startup progress #1734

merged 1 commit into from
Mar 10, 2023

Conversation

Anderas
Copy link
Contributor

@Anderas Anderas commented Mar 9, 2023

Relates to element-hq/element-ios#7417

Refactor MXSessionStartupProgress to align with current use case requirements, where we do not display sync attempts or copy for individual stages but rather calculate an overall progress.

@Anderas Anderas requested review from a team and aringenbach and removed request for a team March 9, 2023 16:57
@codecov
Copy link

codecov bot commented Mar 9, 2023

Codecov Report

Patch coverage: 34.40% and project coverage change: -11.77 ⚠️

Comparison is base (7b83d58) 37.38% compared to head (36240c3) 25.62%.

Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #1734       +/-   ##
============================================
- Coverage    37.38%   25.62%   -11.77%     
============================================
  Files          612      612               
  Lines        96510    96531       +21     
  Branches     41703    41626       -77     
============================================
- Hits         36083    24736    -11347     
- Misses       59372    70979    +11607     
+ Partials      1055      816      -239     
Impacted Files Coverage Δ
...ixSDKTests/MXSessionStartupProgressUnitTests.swift 0.00% <0.00%> (-91.90%) ⬇️
MatrixSDK/MXSessionStartupProgress.swift 68.88% <71.79%> (-23.12%) ⬇️
MatrixSDK/MXSession.m 40.07% <87.50%> (+0.33%) ⬆️
MatrixSDK/MXSDKOptions.m 92.85% <100.00%> (-0.33%) ⬇️
MatrixSDK/Data/Filters/MXFilter.m 0.00% <0.00%> (-100.00%) ⬇️
MatrixSDKTests/MXErrorUnitTests.m 0.00% <0.00%> (-100.00%) ⬇️
MatrixSDKTests/MXToolsUnitTests.m 0.00% <0.00%> (-100.00%) ⬇️
MatrixSDKTests/MXFilterUnitTests.m 0.00% <0.00%> (-100.00%) ⬇️
MatrixSDKTests/MXPushRuleUnitTests.m 0.00% <0.00%> (-100.00%) ⬇️
MatrixSDK/Data/Filters/MXRoomFilter.m 0.00% <0.00%> (-100.00%) ⬇️
... and 219 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@aringenbach aringenbach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Anderas Anderas merged commit 4951f1b into develop Mar 10, 2023
@Anderas Anderas deleted the andy/migration_ux branch March 10, 2023 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants