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

iOS: Expand AnyType to handle deeply nested AnyType for beacon encoding #519

Merged
merged 5 commits into from
Oct 1, 2024

update test cases to actually hit new case in CustomEncodable

ad827d6
Select commit
Loading
Failed to load commit list.
Merged

iOS: Expand AnyType to handle deeply nested AnyType for beacon encoding #519

update test cases to actually hit new case in CustomEncodable
ad827d6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 27, 2024 in 0s

91.91% (+0.01%) compared to d67483b

View this Pull Request on Codecov

91.91% (+0.01%) compared to d67483b

Details

Codecov Report

Attention: Patch coverage is 96.29630% with 3 lines in your changes missing coverage. Please review.

Project coverage is 91.91%. Comparing base (d67483b) to head (ad827d6).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
ios/core/Tests/Types/Generic/AnyTypeTests.swift 93.87% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #519      +/-   ##
==========================================
+ Coverage   91.89%   91.91%   +0.01%     
==========================================
  Files         341      341              
  Lines       27232    27311      +79     
  Branches     1944     1944              
==========================================
+ Hits        25026    25103      +77     
- Misses       2192     2194       +2     
  Partials       14       14              

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