Closed tunniclm closed 6 years ago
Waiting for Kitura to release a tagged version with the required router features for this to work.
Merging #18 into master will increase coverage by
8.18%
. The diff coverage is80%
.
@@ Coverage Diff @@
## master #18 +/- ##
==========================================
+ Coverage 71.96% 80.15% +8.18%
==========================================
Files 2 2
Lines 132 131 -1
==========================================
+ Hits 95 105 +10
+ Misses 37 26 -11
Flag | Coverage Δ | |
---|---|---|
#KituraKit | 80.15% <80%> (+8.18%) |
:arrow_up: |
Impacted Files | Coverage Δ | |
---|---|---|
Sources/KituraKit/Client.swift | 83.33% <80%> (+7.3%) |
:arrow_up: |
Sources/KituraKit/RequestErrorExtension.swift | 45.45% <0%> (+18.18%) |
: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 d3b465f...169dc7c. Read the comment docs.
Replaced by #30 as KituraKit's current release process requires we merge to develop
not master
.
Add support for populating/decoding the body of a RequestError.
Requires: https://github.com/IBM-Swift/SwiftyRequest/pull/18