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

Parse Unicode Strings #7

Closed fabianfett closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #7 into master will increase coverage by 4.16%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
+ Coverage   70.16%   74.33%   +4.16%     
==========================================
  Files          22       23       +1     
  Lines        1790     2174     +384     
==========================================
+ Hits         1256     1616     +360     
- Misses        534      558      +24     
Impacted Files Coverage Δ
...ingTests/Learning/FondationJSONSerialization.swift 72.22% <0.00%> (ø)
Sources/PureSwiftJSONParsing/JSONParser.swift 92.94% <0.00%> (+1.70%) :arrow_up:

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 59d69a7...d23b10f. Read the comment docs.