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

Add json serialize/deserialize for factorsourceid #331

Merged
merged 11 commits into from
Jan 9, 2025

Conversation

giannis-rdx
Copy link
Contributor

In Android we need to pass as a string parameter the FactorSourceID in the navigation, so I added support to serialize/deserialize the FactorSourceID

Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.02%. Comparing base (7ac2d4a) to head (ef3e5cd).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #331   +/-   ##
=======================================
  Coverage   92.01%   92.02%           
=======================================
  Files        1152     1152           
  Lines       25675    25678    +3     
  Branches       85       85           
=======================================
+ Hits        23626    23629    +3     
  Misses       2034     2034           
  Partials       15       15           
Flag Coverage Δ
kotlin 97.57% <100.00%> (+<0.01%) ⬆️
rust 91.37% <ø> (ø)
swift 93.74% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@CyonAlexRDX
Copy link
Contributor

@giannis-rdx you need to rebase

@giannis-rdx giannis-rdx force-pushed the task/json-factorsourceid branch from 1293e9e to f594231 Compare January 8, 2025 15:52
@@ -1,6 +1,6 @@
[package]
name = "sargon"
version = "1.1.100"
version = "1.1.101"
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm this is wrong, you should bump ALL 60 crates with the make bump command

Which requires cargo workspace:

https://crates.io/crates/cargo-workspaces so install that first

Copy link
Contributor Author

Choose a reason for hiding this comment

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

right.
done ✅

Copy link
Contributor Author

@giannis-rdx giannis-rdx Jan 9, 2025

Choose a reason for hiding this comment

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

well the version-check failed because it bumped from 100 to 102 (that happened because i had already manually bumped the two crates to 101) but I think after we merge this, then the check-version will succeed if I rebase and run it again, right?

@giannis-rdx giannis-rdx force-pushed the task/json-factorsourceid branch from c8401a8 to 9dd0837 Compare January 9, 2025 13:58
@giannis-rdx giannis-rdx merged commit 8882e7d into main Jan 9, 2025
13 checks passed
@giannis-rdx giannis-rdx deleted the task/json-factorsourceid branch January 9, 2025 14:28
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.

4 participants