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

Non throwing tests #36

Closed fabianfett closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #36 into master will increase coverage by 0.97%. The diff coverage is 95.78%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   89.02%   89.99%   +0.97%     
==========================================
  Files          34       34              
  Lines        3261     3029     -232     
==========================================
- Hits         2903     2726     -177     
+ Misses        358      303      -55     
Impacted Files Coverage Δ
...ces/PureSwiftJSONCoding/Decoding/JSONDecoder.swift 100.00% <ø> (+6.55%) :arrow_up:
Sources/PureSwiftJSONParsing/JSONValue.swift 94.64% <ø> (ø)
...ONCoding/Decoding/JSONKeyedDecodingContainer.swift 92.47% <81.81%> (+0.70%) :arrow_up:
...sts/Decoding/JSONKeyedDecodingContainerTests.swift 92.70% <87.30%> (+0.10%) :arrow_up:
...ts/JSONCodingTests/Encoding/JSONEncoderTests.swift 93.75% <91.66%> (+6.83%) :arrow_up:
...Coding/Decoding/JSONUnkeyedDecodingContainer.swift 94.68% <100.00%> (+0.11%) :arrow_up:
Tests/JSONParsingTests/ArrayParserTests.swift 100.00% <100.00%> (+7.24%) :arrow_up:
Tests/JSONParsingTests/BoolParserTests.swift 100.00% <100.00%> (+8.06%) :arrow_up:
Tests/JSONParsingTests/JSONParserTests.swift 100.00% <100.00%> (+10.00%) :arrow_up:
Tests/JSONParsingTests/NullParserTests.swift 100.00% <100.00%> (+9.52%) :arrow_up:
... and 3 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 9df1fb4...2aae75a. Read the comment docs.