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

Allow JSON extension points. #46

Closed fabianfett closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #46 into master will decrease coverage by 0.01%. The diff coverage is 88.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
- Coverage   90.76%   90.74%   -0.02%     
==========================================
  Files          39       39              
  Lines        3301     3296       -5     
==========================================
- Hits         2996     2991       -5     
  Misses        305      305              
Impacted Files Coverage Δ
...PureSwiftJSONTests/Decoding/JSONDecoderTests.swift 92.95% <80.00%> (-0.80%) :arrow_down:
Sources/PureSwiftJSON/Decoding/JSONDecoder.swift 100.00% <100.00%> (ø)
Sources/PureSwiftJSON/Encoding/JSONEncoder.swift 91.48% <100.00%> (+0.18%) :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 321e0c5...3fd08f3. Read the comment docs.