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

[Oztechan/CCC#2857] Add Suspension support for multiplatform settings #2859

Merged

Conversation

mustafaozhan
Copy link
Member

Description

Resolves #2857

@mustafaozhan mustafaozhan requested a review from a team as a code owner October 14, 2023 10:42
@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

Merging #2859 (25c03b6) into develop (9b52909) will decrease coverage by 0.24%.
The diff coverage is 0.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2859      +/-   ##
===========================================
- Coverage    71.96%   71.72%   -0.24%     
===========================================
  Files          207      208       +1     
  Lines         5682     5701      +19     
  Branches       487      497      +10     
===========================================
  Hits          4089     4089              
- Misses        1557     1576      +19     
  Partials        36       36              

Impacted file tree graph

Files Coverage Δ
...sistence/di/ClientCorePersistenceModule.android.kt 0.00% <0.00%> (ø)
.../client/core/persistence/SuspendPersistenceImpl.kt 0.00% <0.00%> (ø)

... and 6 files with indirect coverage changes

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@mustafaozhan mustafaozhan merged commit 5eaa8b1 into develop Oct 14, 2023
15 checks passed
@mustafaozhan mustafaozhan deleted the 2857-Add-Suspension-support-for-multiplatform-settings branch October 14, 2023 11:19
@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.23% 0.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (9b52909) 5847 4134 70.70%
Head commit (25c03b6) 5866 (+19) 4134 (+0) 70.47% (-0.23%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#2859) 19 0 0.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

mustafaozhan added a commit that referenced this pull request Mar 24, 2024
mustafaozhan added a commit that referenced this pull request Mar 24, 2024
* Revert "[#3253] Clean up Swift code (#3254)"

This reverts commit 92ac1b3.

* Revert "[#3251] Prevent multiple Api call when base change on click and add test cases (#3252)"

This reverts commit 6755d69.

* Revert "[#3191]  Add Flow Property for lastInput (#3192)"

This reverts commit 375da22.

* Revert "[#3189] Move to new getBaseFlow logic (#3190)"

This reverts commit 4e4efc9

* Revert "[#3185] Remove navigation result logics (#3186)"

This reverts commit ba25635.

* Revert "[#3183] Remove onBaseChange event (#3184)"

This reverts commit 917be17.

* Revert "[#3180] Remove ChangeBase Effect (#3181)"

This reverts commit 6fab011.

* Revert "[#3178] Replace CurrencyChange effect with DismissDialog (#3179)"

This reverts commit fc2f955.

* Revert "[#3176] Add Flow Property for currentBase (#3177)"

This reverts commit dd2bdc5.

* Revert "[#3144] Remove Persistence and use DI dispatchers in Coroutine based Persistences (#3145)"

This reverts commit c59e1a5.

* Revert "[#3141] Move sessionCount to Suspend (#3142)"

This reverts commit e2eaa85.

* Revert "[#3138] Move premiumEndDate to Suspend (#3140)"

This reverts commit bd0f4b9.

* Revert "[#2942] Move firstRun to Suspend (#3137)"

This reverts commit 2ff3edf.

* Revert "[#3128] Move appTheme to Suspend (#3135)"

This reverts commit 00c10be.

* Revert "[#3122] Move currentBase to Suspend (#3127)"

This reverts commit de4de42

* Revert "[#3123] Move precision to Suspend (#3124)"

This reverts commit 26af2a1

* Revert "[#3120] Move lastInput to Suspend (#3121)"

This reverts commit 9c53434.

* Revert "[#3038] Add missing Settings Koin definition for native target (#3039)"

This reverts commit 98870c3.

* Revert "[#2871] Add error test case for FlowPersistence (#2872)"

This reverts commit c1f8711.

* Revert "[#2867] Create test for FlowPersistence (#2868)"

This reverts commit 47ea4f9

* Revert "[#2865] Create test for SuspendPersistence (#2866)"

This reverts commit fdc952c.

* Revert "[#2869] Opt-in for ExperimentalSettingsApi (#2870)"

This reverts commit ef9f187.

* Revert "[#2863] Use relevant settings for persistencs (#2864)"

This reverts commit 00696db

* Revert "[#2857] Add Suspension support for multiplatform settings (#2859)"

This reverts commit 5eaa8b1

* Revert "[#2855] Add Flow support for multiplatform settings (#2856)"

This reverts commit 9b52909

* [#2854] Remove experimental multiplatform settings

* [#2854] Remove experimental multiplatform settings

* [#2854] Remove experimental multiplatform settings
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.

Add Suspension support for multiplatform settings
1 participant