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

JSONEncoder as struct #47

Closed fabianfett closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #47 into master will increase coverage by 0.59%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   90.15%   90.74%   +0.59%     
==========================================
  Files          39       39              
  Lines        3098     3296     +198     
==========================================
+ Hits         2793     2991     +198     
  Misses        305      305              
Impacted Files Coverage Δ
Sources/PureSwiftJSON/Encoding/JSONEncoder.swift 91.48% <ø> (ø)
...onPackageTestsTestlist.derived/LearningTests.swift 100.00% <0.00%> (ø)
...kageTestsTestlist.derived/PureSwiftJSONTests.swift 100.00% <0.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 8ea29f9...5c0ac05. Read the comment docs.