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

Everything under one target #44

Closed fabianfett closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #44 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #44   +/-   ##
=======================================
  Coverage   90.75%   90.76%           
=======================================
  Files          41       39    -2     
  Lines        3310     3301    -9     
=======================================
- Hits         3004     2996    -8     
+ Misses        306      305    -1     
Impacted Files Coverage Δ
Sources/PureSwiftJSON/ArrayKey.swift 83.33% <ø> (ø)
Sources/PureSwiftJSON/Decoding/JSONDecoder.swift 100.00% <ø> (ø)
...wiftJSON/Decoding/JSONKeyedDecodingContainer.swift 91.91% <ø> (ø)
...ON/Decoding/JSONSingleValueDecodingContainer.swift 96.72% <ø> (ø)
...ftJSON/Decoding/JSONUnkeyedDecodingContainer.swift 95.19% <ø> (ø)
Sources/PureSwiftJSON/Encoding/JSONEncoder.swift 91.30% <ø> (ø)
...wiftJSON/Encoding/JSONKeyedEncodingContainer.swift 63.88% <ø> (ø)
...ON/Encoding/JSONSingleValueEncodingContainer.swift 61.81% <ø> (ø)
...ftJSON/Encoding/JSONUnkeyedEncodingContainer.swift 57.14% <ø> (ø)
...ources/PureSwiftJSON/JSONError+DecodingError.swift 29.09% <ø> (ø)
... and 32 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 ea770a0...51821d8. Read the comment docs.