finagle / featherbed

Asynchronous Scala HTTP client using Finagle, Shapeless and Cats
Apache License 2.0
137 stars 25 forks source link

Remove circe from core #67

Closed jeremyrsmith closed 7 years ago

jeremyrsmith commented 7 years ago

Currently, featherbed-core duplicates featherbed-circe in order to use JSON in testing. This removes JSON from the core tests so that the circe stuff can be removed.

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #67   +/-   ##
=======================================
  Coverage   67.71%   67.71%           
=======================================
  Files           8        8           
  Lines         254      254           
  Branches        5        5           
=======================================
  Hits          172      172           
  Misses         82       82

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 5a069bf...82c5877. Read the comment docs.