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

Swift Build Script | CD release pipeline #4

Merged
merged 26 commits into from
Feb 16, 2024
Merged

Conversation

CyonAlexRDX
Copy link
Contributor

No description provided.

@CyonAlexRDX CyonAlexRDX changed the title Build scrip and cd Build scri and cd Feb 14, 2024
@CyonAlexRDX CyonAlexRDX changed the title Build scri and cd Swift Build Script | CD release pipeline Feb 14, 2024
Copy link

codecov bot commented Feb 14, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (51db6a3) 99.27% compared to head (1cef575) 99.13%.

Files Patch % Lines
...erarchical_deterministic/bip39/bip39_word_count.rs 66.66% 2 Missing ⚠️
src/profile/v100/header/profile_id.rs 33.33% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop       #4      +/-   ##
===========================================
- Coverage    99.27%   99.13%   -0.15%     
===========================================
  Files          120      120              
  Lines         2634     2663      +29     
===========================================
+ Hits          2615     2640      +25     
- Misses          19       23       +4     

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

@@ -11,26 +11,26 @@ use radix_engine_common::math::Decimal as ScryptoDecimal;
DeserializeFromStr,
uniffi::Record,
)]
pub struct Decimal {
pub struct Decimal192 {
Copy link
Contributor

@micbakos-rdx micbakos-rdx Feb 15, 2024

Choose a reason for hiding this comment

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

@CyonAlexRDX Why did you rename it? Was there any problem with the build?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Clash with Swift Foundations type with same name. So in iOS app in a file where we import
Both Sargon and Foundation it does not compile. And I don't wanna have to write Sargon.Decimal all over the place.

@CyonAlexRDX CyonAlexRDX marked this pull request as ready for review February 16, 2024 14:56
@CyonAlexRDX CyonAlexRDX merged commit 759df04 into develop Feb 16, 2024
10 of 12 checks passed
@CyonAlexRDX CyonAlexRDX deleted the build_scrip_and_CD branch February 16, 2024 15:15
CyonAlexRDX pushed a commit that referenced this pull request Apr 1, 2024
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.

3 participants