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

Remove deprecated `AnyDecodable` functionality #77

Closed wmcginty closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #77 into master will decrease coverage by 0.29%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #77     +/-   ##
=========================================
- Coverage   96.66%   96.37%   -0.3%     
=========================================
  Files          36       35      -1     
  Lines        1201     1020    -181     
=========================================
- Hits         1161      983    -178     
+ Misses         40       37      -3
Impacted Files Coverage Δ
...perspace/Request/Decoding/DecodableContainer.swift 100% <ø> (ø) :arrow_up:
Tests/DecodingTests.swift 92.23% <ø> (-3.25%) :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 96b600a...eb833fe. Read the comment docs.