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

Support for parsing parial JSON strings in Python #66

Merged
merged 3 commits into from
Mar 25, 2024

separate _parse_array and _parse_object

c3f6b6b
Select commit
Loading
Failed to load commit list.
Merged

Support for parsing parial JSON strings in Python #66

separate _parse_array and _parse_object
c3f6b6b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 25, 2024 in 1s

96.35% (+0.60%) compared to 4dd0c35

View this Pull Request on Codecov

96.35% (+0.60%) compared to 4dd0c35

Details

Codecov Report

Merging #66 (c3f6b6b) into main (4dd0c35) will increase coverage by 0.60%.
The diff coverage is 94.59%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #66      +/-   ##
==========================================
+ Coverage   95.74%   96.35%   +0.60%     
==========================================
  Files           8        8              
  Lines        1199     1234      +35     
==========================================
+ Hits         1148     1189      +41     
+ Misses         51       45       -6     
Files Coverage Δ
src/python.rs 95.93% <94.59%> (+0.80%) ⬆️

... and 6 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4dd0c35...c3f6b6b. Read the comment docs.