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

Prepare move to swift-extras #67

Closed fabianfett closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #67 (c2e3c67) into main (a5c49df) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #67   +/-   ##
=======================================
  Coverage   85.91%   85.91%           
=======================================
  Files          13       13           
  Lines        1271     1271           
=======================================
  Hits         1092     1092           
  Misses        179      179           
Impacted Files Coverage Δ
Sources/ExtrasJSON/ArrayKey.swift 83.33% <ø> (ø)
Sources/ExtrasJSON/Decoding/JSONDecoder.swift 100.00% <ø> (ø)
...trasJSON/Decoding/JSONKeyedDecodingContainer.swift 92.92% <ø> (ø)
...ON/Decoding/JSONSingleValueDecodingContainer.swift 96.82% <ø> (ø)
...asJSON/Decoding/JSONUnkeyedDecodingContainer.swift 98.23% <ø> (ø)
Sources/ExtrasJSON/Encoding/JSONEncoder.swift 91.48% <ø> (ø)
...trasJSON/Encoding/JSONKeyedEncodingContainer.swift 64.28% <ø> (ø)
...ON/Encoding/JSONSingleValueEncodingContainer.swift 62.96% <ø> (ø)
...asJSON/Encoding/JSONUnkeyedEncodingContainer.swift 57.35% <ø> (ø)
Sources/ExtrasJSON/JSONError+DecodingError.swift 29.09% <ø> (ø)
... 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 a5c49df...c2e3c67. Read the comment docs.