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

Rename dataTransformer -> successTransformer #78

Closed wmcginty closed 5 years ago

wmcginty commented 5 years ago

Rename family of transformer functions to more accurate reflect that they work on a NetworkServiceSuccess.

codecov-io commented 5 years ago

Codecov Report

Merging #78 into master will decrease coverage by 0.75%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
- Coverage   96.37%   95.61%   -0.76%     
==========================================
  Files          35       35              
  Lines        1020     1026       +6     
==========================================
- Hits          983      981       -2     
- Misses         37       45       +8
Impacted Files Coverage Δ
...perspace/Request/Decoding/DecodableContainer.swift 100% <100%> (ø) :arrow_up:
Sources/Hyperspace/Request/AnyRequest.swift 100% <100%> (ø) :arrow_up:
Tests/DecodingFailureTests.swift 100% <100%> (ø) :arrow_up:
Tests/DecodingTests.swift 92.23% <100%> (ø) :arrow_up:
Sources/Hyperspace/Request/Request.swift 83.6% <50%> (-12.76%) :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 bc05137...18cbb3e. Read the comment docs.