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

Prefix Encoder and Decoder with PS #48

Closed fabianfett closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #48 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #48   +/-   ##
=======================================
  Coverage   90.74%   90.74%           
=======================================
  Files          39       39           
  Lines        3296     3296           
=======================================
  Hits         2991     2991           
  Misses        305      305           
Impacted Files Coverage Δ
Sources/PureSwiftJSON/Decoding/JSONDecoder.swift 100.00% <ø> (ø)
Sources/PureSwiftJSON/Encoding/JSONEncoder.swift 91.48% <ø> (ø)
Tests/PureSwiftJSONTests/DateCodingTests.swift 88.88% <100.00%> (ø)
...PureSwiftJSONTests/Decoding/JSONDecoderTests.swift 92.95% <100.00%> (ø)
...PureSwiftJSONTests/Encoding/JSONEncoderTests.swift 93.75% <100.00%> (ø)
...sts/Encoding/JSONKeyedEncodingContainerTests.swift 90.80% <100.00%> (ø)
...coding/JSONSingleValueEncodingContainerTests.swift 100.00% <100.00%> (ø)
...s/Encoding/JSONUnkeyedEncodingContainerTests.swift 90.80% <100.00%> (ø)

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 ddb2753...72d578f. Read the comment docs.