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

fix: fixed nested decoding with missing container #44

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

soumyamahunt
Copy link
Contributor

fixes #40.

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (12784b2) 95.15% compared to head (2a9b94a) 95.33%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
+ Coverage   95.15%   95.33%   +0.18%     
==========================================
  Files          77       78       +1     
  Lines        1856     1928      +72     
==========================================
+ Hits         1766     1838      +72     
  Misses         90       90              

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

@soumyamahunt
Copy link
Contributor Author

@bzf can you try with this branch, let me know if you face any issues.

@soumyamahunt soumyamahunt merged commit 495cea4 into main Dec 8, 2023
11 checks passed
@soumyamahunt soumyamahunt deleted the nested-optional-decoding branch December 8, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error decoding nested JSON with missing container
1 participant