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

Feature/recovery #110

Closed wmcginty closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #110 into master will decrease coverage by 0.48%. The diff coverage is 62.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #110      +/-   ##
==========================================
- Coverage   94.62%   94.14%   -0.49%     
==========================================
  Files          46       47       +1     
  Lines        1545     1554       +9     
==========================================
+ Hits         1462     1463       +1     
- Misses         83       91       +8
Impacted Files Coverage Δ
Tests/Helper/Mocks/MockBackendService.swift 40.74% <ø> (ø) :arrow_up:
...es/Hyperspace/Service/Backend/BackendService.swift 100% <ø> (+3.03%) :arrow_up:
Sources/Futures/BackendService+Futures.swift 50% <0%> (-50%) :arrow_down:
...space/Service/Backend/BackendServiceProtocol.swift 88.23% <88.23%> (ø)

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 b8de5b4...6ad9b29. Read the comment docs.

tylermilner commented 4 years ago

Codebeat is warning about block nesting being too deep. We can fix that in the future. I don't want to alter Codebeat settings right now and force this to go through another build/test cycle on Travis so forcing the merge right now.