Conversation
|
@ianpartridge You've already reviewed this under #18 - this requires a new minor of Kitura (2.3) for the tests to pass, and I've taken the opportunity to also remove the minor constraints and update to Swift 4.1. We should also think about what version this should be tagged as. |
Codecov Report
@@ Coverage Diff @@
## develop #30 +/- ##
===========================================
+ Coverage 71.96% 80.15% +8.18%
===========================================
Files 2 2
Lines 132 131 -1
===========================================
+ Hits 95 105 +10
+ Misses 37 26 -11
Continue to review full report at Codecov.
|
883cd77 to
a38da88
Compare
a38da88 to
7de3d0f
Compare
|
@ddunn2 can you confirm whether we need to specify the linux |
Tests/KituraKitTests/MainTests.swift
Outdated
| XCTAssertEqual(Status("Boo"), conflict) | ||
| } | ||
| } | ||
| expectation1.fulfill() |
There was a problem hiding this comment.
Indentation. (same in other tests below)
Replacement PR for #18 targeting the
developbranch.Add support for populating/decoding the body of a RequestError.
Requires: Kitura/SwiftyRequest#18 (SwiftyRequest 1.1.2) and Kitura/Kitura#1214 (Kitura 2.3).