aronbalog / Vox

Swift JSON:API client framework
http://jsonapi.org
MIT License
46 stars 19 forks source link

Add support to decode links in Resource #21

Open JohnKuan opened 5 years ago

JohnKuan commented 5 years ago

I have added support to parse links in Resource. I am not sure if this covers all cases but it seems to work on the updated DeserializerCollectionSpec test case.

codecov-io commented 5 years ago

Codecov Report

Merging #21 into master will decrease coverage by 0.07%. The diff coverage is 84.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
- Coverage   90.15%   90.08%   -0.08%     
==========================================
  Files          31       31              
  Lines        2103     2128      +25     
==========================================
+ Hits         1896     1917      +21     
- Misses        207      211       +4
Impacted Files Coverage Δ
Vox/Core/Class/Context_Query.swift 89.28% <100%> (+0.47%) :arrow_up:
...ests/Deserializer/DeserializerCollectionSpec.swift 100% <100%> (ø) :arrow_up:
Vox/Core/Class/Resource.swift 84.03% <76.47%> (-1.27%) :arrow_down:

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 76a35e4...6159956. Read the comment docs.