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

Make `userInfo` public #51

Closed fabianfett closed 4 years ago

fabianfett commented 4 years ago

Fixes #50

codecov[bot] commented 4 years ago

Codecov Report

Merging #51 into master will decrease coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
- Coverage   90.74%   90.68%   -0.07%     
==========================================
  Files          39       40       +1     
  Lines        3296     3349      +53     
==========================================
+ Hits         2991     3037      +46     
- Misses        305      312       +7     
Impacted Files Coverage Δ
Sources/PureSwiftJSON/Decoding/JSONDecoder.swift 100.00% <100.00%> (ø)
Sources/PureSwiftJSON/Encoding/JSONEncoder.swift 91.48% <100.00%> (ø)
...arningTests/FoundationJSONSerializationTests.swift 78.57% <0.00%> (ø)
...sts/LearningTests/FoundationJSONDecoderTests.swift 93.37% <0.00%> (+0.07%) :arrow_up:
...sts/LearningTests/FoundationJSONEncoderTests.swift 92.98% <0.00%> (+1.14%) :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 33f2da3...90524d9. Read the comment docs.

ktoso commented 4 years ago

Cool, thanks 💯