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

Cleaned up some TODOs #80

Closed tylermilner closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #80 into master will decrease coverage by <.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #80      +/-   ##
=========================================
- Coverage   95.61%   95.6%   -0.01%     
=========================================
  Files          35      35              
  Lines        1026    1024       -2     
=========================================
- Hits          981     979       -2     
  Misses         45      45
Impacted Files Coverage Δ
Sources/Hyperspace/Request/Request.swift 83.6% <ø> (ø) :arrow_up:
Tests/Helper/Mocks/MockBackendService.swift 40.74% <ø> (-2.12%) :arrow_down:
Sources/Hyperspace/HTTP/HTTP.swift 100% <ø> (ø) :arrow_up:
Tests/URLQueryParameterTests.swift 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 e0c9862...467d2ea. Read the comment docs.