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

Swift5 #88

Closed wmcginty closed 5 years ago

wmcginty commented 5 years ago

Initial migration of BrightFutures and Swift 5

codecov-io commented 5 years ago

Codecov Report

Merging #88 into master will decrease coverage by 0.23%. The diff coverage is 64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   94.61%   94.37%   -0.24%     
==========================================
  Files          46       46              
  Lines        1412     1512     +100     
==========================================
+ Hits         1336     1427      +91     
- Misses         76       85       +9
Impacted Files Coverage Δ
Tests/NetworkServiceTests.swift 100% <ø> (ø) :arrow_up:
Tests/Helper/Mocks/MockBackendService.swift 40.74% <ø> (ø) :arrow_up:
...per/Test Defaults/NetworkRequestTestDefaults.swift 100% <ø> (ø) :arrow_up:
...space/Service/Network/NetworkServiceProtocol.swift 100% <ø> (ø) :arrow_up:
Tests/RecoverableTests.swift 94.93% <ø> (ø) :arrow_up:
...perspace/Request/Decoding/DecodableContainer.swift 100% <ø> (ø) :arrow_up:
Tests/FutureTests.swift 100% <ø> (ø) :arrow_up:
...es/Hyperspace/Service/Network/NetworkService.swift 100% <ø> (ø) :arrow_up:
Tests/Helper/Result+Extensions.swift 100% <ø> (ø) :arrow_up:
Tests/Helper/Mocks/MockNetworkService.swift 100% <ø> (ø) :arrow_up:
... and 22 more

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 7b9ffc0...8f6d2b8. Read the comment docs.