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 URL modification capability #92

Closed wmcginty closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #92 into master will increase coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
+ Coverage    94.5%   94.61%   +0.11%     
==========================================
  Files          46       46              
  Lines        1510     1542      +32     
==========================================
+ Hits         1427     1459      +32     
  Misses         83       83
Impacted Files Coverage Δ
Sources/Hyperspace/Request/Request.swift 88.88% <100%> (+0.65%) :arrow_up:
Sources/Hyperspace/Extensions/URL+Additions.swift 100% <100%> (ø) :arrow_up:
Tests/NetworkRequestTests.swift 100% <100%> (ø) :arrow_up:
Tests/URLQueryParameterTests.swift 100% <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 4db5b2f...1c3f2c3. Read the comment docs.