swift-extras / swift-extras-json

JSON encoding and decoding without the use of Foundation in pure Swift.
Apache License 2.0
348 stars 15 forks source link

Fix encoding escaping bugs #66

Closed fabianfett closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #66 into main will increase coverage by 0.34%. The diff coverage is 98.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #66      +/-   ##
==========================================
+ Coverage   85.57%   85.91%   +0.34%     
==========================================
  Files          13       13              
  Lines        1234     1271      +37     
==========================================
+ Hits         1056     1092      +36     
- Misses        178      179       +1     
Impacted Files Coverage Δ
Sources/PureSwiftJSON/JSONValue.swift 95.30% <97.50%> (+0.65%) :arrow_up:
Sources/PureSwiftJSON/Parsing/DocumentReader.swift 91.94% <100.00%> (ø)
Sources/PureSwiftJSON/Parsing/JSONParser.swift 91.36% <100.00%> (ø)

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 41e7946...2912526. Read the comment docs.