alickbass / SwiftyJSONModel

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

Date support #28

Closed alickbass closed 7 years ago

alickbass commented 7 years ago

Closes #26

codecov[bot] commented 7 years ago

Codecov Report

Merging #28 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #28      +/-   ##
=========================================
+ Coverage   99.65%   99.7%   +0.04%     
=========================================
  Files          11       6       -5     
  Lines         292     340      +48     
=========================================
+ Hits          291     339      +48     
  Misses          1       1
Impacted Files Coverage Δ
SwiftyJSONModelTests/JSONObjectTests.swift 100% <100%> (ø) :arrow_up:
SwiftyJSONModelTests/JSONModelErrorTests.swift 100% <100%> (ø) :arrow_up:
SwiftyJSONModelTests/JSONExtensionTests.swift 100% <100%> (ø) :arrow_up:
SwiftyJSONModel/JSONObject.swift 98.95% <100%> (+0.77%) :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 6997424...f580758. Read the comment docs.