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 a _Private_IonConstants.ARRAY_MAXIMUM_SIZE #708

Merged
merged 5 commits into from
Jan 30, 2024

Ensure that a modeled exception is thrown

a4bf716
Select commit
Loading
Failed to load commit list.
Merged

Add a _Private_IonConstants.ARRAY_MAXIMUM_SIZE #708

Ensure that a modeled exception is thrown
a4bf716
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 30, 2024 in 0s

67.25% (+0.02%) compared to 3c1b6b1

View this Pull Request on Codecov

67.25% (+0.02%) compared to 3c1b6b1

Details

Codecov Report

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

Comparison is base (3c1b6b1) 67.23% compared to head (a4bf716) 67.25%.

Files Patch % Lines
src/main/java/com/amazon/ion/apps/BaseApp.java 0.00% 1 Missing ⚠️
...c/main/java/com/amazon/ion/impl/BlockedBuffer.java 0.00% 1 Missing ⚠️
...java/com/amazon/ion/impl/IonReaderTextSystemX.java 0.00% 0 Missing and 1 partial ⚠️
.../main/java/com/amazon/ion/impl/_Private_Utils.java 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #708      +/-   ##
============================================
+ Coverage     67.23%   67.25%   +0.02%     
- Complexity     5484     5488       +4     
============================================
  Files           159      159              
  Lines         23025    23030       +5     
  Branches       4126     4128       +2     
============================================
+ Hits          15481    15489       +8     
+ Misses         6262     6260       -2     
+ Partials       1282     1281       -1     

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