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

Merge master into develop #33

Closed tylermilner closed 6 years ago

tylermilner commented 6 years ago

Just merging master into develop so that develop will be up-to-date in the git history and we can delete it soon.

codecov-io commented 6 years ago

Codecov Report

Merging #33 into develop will decrease coverage by 0.68%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #33      +/-   ##
===========================================
- Coverage    94.36%   93.67%   -0.69%     
===========================================
  Files           26       27       +1     
  Lines          798      980     +182     
===========================================
+ Hits           753      918     +165     
- Misses          45       62      +17
Impacted Files Coverage Δ
Tests/NetworkSessionTest.swift 77.77% <0%> (-2.23%) :arrow_down:
...es/Hyperspace/Service/Network/NetworkService.swift 100% <0%> (ø) :arrow_up:
Tests/HTTPTest.swift 84.07% <0%> (ø)
...space/Service/Network/NetworkServiceProtocol.swift 93.61% <0%> (+1.3%) :arrow_up:
Tests/BackendServiceTests.swift 97.61% <0%> (+1.78%) :arrow_up:
Tests/Helper/Mocks/MockBackendService.swift 33.33% <0%> (+33.33%) :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 c66c7a6...8d940ad. Read the comment docs.