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

Converted HTTP.Status from enum to RawRepresentable struct #49

Closed tylermilner closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #49 into release/2.0.0 will increase coverage by 0.26%. The diff coverage is 100%.

Impacted file tree graph

@@                Coverage Diff                @@
##           release/2.0.0      #49      +/-   ##
=================================================
+ Coverage          96.37%   96.63%   +0.26%     
=================================================
  Files                 33       33              
  Lines               1240     1220      -20     
=================================================
- Hits                1195     1179      -16     
+ Misses                45       41       -4
Impacted Files Coverage Δ
Tests/HTTPTests.swift 93.97% <ø> (+2.08%) :arrow_up:
Sources/Hyperspace/HTTP/HTTP.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 81659d6...dfd0718. Read the comment docs.

tylermilner commented 6 years ago

I just realized I forgot to add a changelog entry. I'll go back and do that soon.