alickbass / SwiftyJSONModel

Better way to use SwiftyJSON with custom models
MIT License
29 stars 11 forks source link

Extend JSON to conform to JSONInitializable and JSONRepresentable #24

Closed alickbass closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #24 into master will increase coverage by <.01%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   99.66%   99.67%   +<.01%     
==========================================
  Files          11       11              
  Lines         300      307       +7     
==========================================
+ Hits          299      306       +7     
  Misses          1        1
Impacted Files Coverage Δ
SwiftyJSONModelTests/JSONExtensionTests.swift 100% <100%> (ø) :arrow_up:
SwiftyJSONModel/JSONTypes.swift 100% <100%> (ø) :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 0182b76...04cf5c9. Read the comment docs.