Kitura / KituraKit

Swift client library for using Codable routes with Kitura
Apache License 2.0
59 stars 20 forks source link

remove logger import #19

Closed Andrew-Lees11 closed 6 years ago

Andrew-Lees11 commented 6 years ago

Import logger was added to SwiftyRequest/RestRequest.swift and with how the script is run this means it does not get removed so Kiturakit doesn't compile.

codecov-io commented 6 years ago

Codecov Report

Merging #19 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #19   +/-   ##
=======================================
  Coverage   71.96%   71.96%           
=======================================
  Files           2        2           
  Lines         132      132           
=======================================
  Hits           95       95           
  Misses         37       37
Flag Coverage Δ
#KituraKit 71.96% <ø> (ø) :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 ede302a...e8fe148. Read the comment docs.

Andrew-Lees11 commented 6 years ago

Cosing since will be included in a larger pull request by David Dunn