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

Handles the case where the reader unexpectedly encounters an oversized value, throwing IonException with a helpful message. #680

Merged
merged 1 commit into from
Dec 26, 2023

Handles the case where the reader unexpectedly encounters an oversize…

aa9a794
Select commit
Loading
Failed to load commit list.
Merged

Handles the case where the reader unexpectedly encounters an oversized value, throwing IonException with a helpful message. #680

Handles the case where the reader unexpectedly encounters an oversize…
aa9a794
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 22, 2023 in 0s

67.23% (+0.17%) compared to b0d3dcc

View this Pull Request on Codecov

67.23% (+0.17%) compared to b0d3dcc

Details

Codecov Report

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

Comparison is base (b0d3dcc) 67.06% compared to head (aa9a794) 67.23%.
Report is 1 commits behind head on master.

Files Patch % Lines
...mazon/ion/impl/IonReaderContinuableCoreBinary.java 90.47% 0 Missing and 4 partials ⚠️
...main/java/com/amazon/ion/impl/IonCursorBinary.java 83.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #680      +/-   ##
============================================
+ Coverage     67.06%   67.23%   +0.17%     
- Complexity     5469     5484      +15     
============================================
  Files           159      159              
  Lines         22970    23007      +37     
  Branches       4116     4122       +6     
============================================
+ Hits          15404    15469      +65     
+ Misses         6286     6260      -26     
+ Partials       1280     1278       -2     

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