Closed richardpineo closed 5 years ago
Merging #44 into master will increase coverage by
0.32%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #44 +/- ##
==========================================
+ Coverage 90.19% 90.51% +0.32%
==========================================
Files 22 22
Lines 561 580 +19
==========================================
+ Hits 506 525 +19
Misses 55 55
Impacted Files | Coverage Δ | |
---|---|---|
HippolyteTests/HippolyteTests.swift | 100% <100%> (ø) |
:arrow_up: |
Hippolyte/HTTPStubURLProtocol.swift | 78.94% <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 5c3e539...959c161. Read the comment docs.
👍 Thank you very much
This fixes an issue that I found where 304 was not being handled properly. https://github.com/JanGorman/Hippolyte/issues/43
Sorry if I did the fork / PR wrong here.