Skip to content

Conversation

samuelcolvin
Copy link
Member

@samuelcolvin samuelcolvin commented Apr 18, 2022

fix #10

@codecov
Copy link

codecov bot commented Apr 18, 2022

Codecov Report

Merging #15 (d8734c8) into main (08166c1) will increase coverage by 8.08%.
The diff coverage is 60.99%.

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
+ Coverage   52.73%   60.81%   +8.08%     
==========================================
  Files          18       21       +3     
  Lines        1007     1202     +195     
==========================================
+ Hits          531      731     +200     
+ Misses        476      471       -5     
Impacted Files Coverage Δ
src/errors/kinds.rs 100.00% <ø> (ø)
src/errors/line_error.rs 74.31% <ø> (+9.31%) ⬆️
src/errors/mod.rs 19.04% <ø> (ø)
src/lib.rs 100.00% <ø> (ø)
src/input/python.rs 50.00% <50.00%> (ø)
src/validators/float.rs 7.89% <50.00%> (+7.89%) ⬆️
src/validators/int.rs 18.30% <50.00%> (ø)
src/input/json.rs 56.06% <56.06%> (ø)
src/validators/dict.rs 56.75% <60.00%> (+56.75%) ⬆️
src/validators/list.rs 55.76% <62.50%> (+55.76%) ⬆️
... and 14 more

Continue to review full report at Codecov.

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

@samuelcolvin samuelcolvin merged commit 2582bc9 into main Apr 19, 2022
@samuelcolvin samuelcolvin deleted the direct-json branch April 19, 2022 19:57
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.

Parsing JSON directly
1 participant