BottleRocketStudios / iOS-Hyperspace

An extremely lightweight wrapper around URLSession to make working with APIs a breeze.
Apache License 2.0
47 stars 17 forks source link

Make DecodingFailure.Context properties public. #135

Closed earlgaspard closed 3 years ago

earlgaspard commented 3 years ago

After importing Hyperspace changes to my project, I am wanting to access decodingError in DecodingFailure.Context as well as being able to create a Context for testing purposes.

codecov-io commented 3 years ago

Codecov Report

Merging #135 (bb33e15) into master (d8a898d) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
+ Coverage   94.64%   94.65%   +0.01%     
==========================================
  Files          54       54              
  Lines        1680     1684       +4     
==========================================
+ Hits         1590     1594       +4     
  Misses         90       90              
Impacted Files Coverage Δ
...space/Service/Backend/BackendServiceProtocol.swift 93.33% <100.00%> (+1.02%) :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 d8a898d...bb33e15. Read the comment docs.