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

Add defaultMaxRecoveryAttempts to RequestDefaults and use for maxRecoveryAttempts in Request. #137

Closed earlgaspard closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #137 (91f944f) into master (2a27e1d) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #137      +/-   ##
==========================================
- Coverage   94.65%   94.64%   -0.01%     
==========================================
  Files          54       54              
  Lines        1684     1682       -2     
==========================================
- Hits         1594     1592       -2     
  Misses         90       90              
Impacted Files Coverage Δ
Sources/Hyperspace/Request/Request.swift 81.81% <ø> (ø)
Tests/RecoverableTests.swift 94.66% <100.00%> (-0.14%) :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 2a27e1d...91f944f. Read the comment docs.