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 NullPointerException is not thrown from IonReader.getIntegerSize(). #686

Merged
merged 1 commit into from
Jan 2, 2024

Ensures NullPointerException is not thrown from IonReader.getIntegerS…

dd94ecf
Select commit
Loading
Failed to load commit list.
Merged

Ensures NullPointerException is not thrown from IonReader.getIntegerSize(). #686

Ensures NullPointerException is not thrown from IonReader.getIntegerS…
dd94ecf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 27, 2023 in 1s

67.22% (-0.02%) compared to be0ed07

View this Pull Request on Codecov

67.22% (-0.02%) compared to be0ed07

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (be0ed07) 67.24% compared to head (dd94ecf) 67.22%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #686      +/-   ##
============================================
- Coverage     67.24%   67.22%   -0.02%     
- Complexity     5482     5483       +1     
============================================
  Files           159      159              
  Lines         23007    23007              
  Branches       4122     4121       -1     
============================================
- Hits          15470    15467       -3     
- Misses         6257     6261       +4     
+ Partials       1280     1279       -1     

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