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

Ensures the binary IonReader throws when a value method that returns a primitive type is invoked on a null value. #693

Merged
merged 1 commit into from
Jan 17, 2024

Ensures the binary IonReader throws when a value method that returns …

cab1ccf
Select commit
Loading
Failed to load commit list.
Merged

Ensures the binary IonReader throws when a value method that returns a primitive type is invoked on a null value. #693

Ensures the binary IonReader throws when a value method that returns …
cab1ccf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 17, 2024 in 0s

67.24% (-0.02%) compared to 78537ce

View this Pull Request on Codecov

67.24% (-0.02%) compared to 78537ce

Details

Codecov Report

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

Comparison is base (78537ce) 67.25% compared to head (cab1ccf) 67.24%.

Files Patch % Lines
...mazon/ion/impl/IonReaderContinuableCoreBinary.java 75.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #693      +/-   ##
============================================
- Coverage     67.25%   67.24%   -0.02%     
- Complexity     5485     5487       +2     
============================================
  Files           159      159              
  Lines         23019    23027       +8     
  Branches       4124     4128       +4     
============================================
+ Hits          15482    15485       +3     
- Misses         6255     6259       +4     
- Partials       1282     1283       +1     

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