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

Added more parsing tests #6

Closed fabianfett closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #6 into master will increase coverage by 1.62%. The diff coverage is 96%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   68.48%   70.11%   +1.62%     
==========================================
  Files          21       22       +1     
  Lines        1701     1790      +89     
==========================================
+ Hits         1165     1255      +90     
+ Misses        536      535       -1
Impacted Files Coverage Δ
Tests/JSONParsingTests/ObjectParserTests.swift 98.21% <100%> (+0.84%) :arrow_up:
Tests/JSONParsingTests/BoolParserTests.swift 96.72% <94.11%> (-1.01%) :arrow_down:
Tests/JSONParsingTests/NullParserTests.swift 95.23% <95.23%> (ø)
Tests/JSONParsingTests/ArrayParserTests.swift 94.89% <95.45%> (-0.49%) :arrow_down:
Sources/PureSwiftJSONParsing/JSONParser.swift 90.99% <0%> (+1.21%) :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 a714f50...292feaf. Read the comment docs.