frees-io / freestyle-cassandra

Freestyle Cassandra
http://frees.io/
Apache License 2.0
17 stars 4 forks source link

Refactorizes handlers and provides implicits #117

Closed fedefernandez closed 7 years ago

fedefernandez commented 7 years ago

Fixes #115

It also adds an implicit conversion from CloseFuture to ListenableFuture[Unit]

codecov-io commented 7 years ago

Codecov Report

Merging #117 into master will increase coverage by 11.09%. The diff coverage is 90.56%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #117       +/-   ##
===========================================
+ Coverage   82.74%   93.84%   +11.09%     
===========================================
  Files          24       23        -1     
  Lines         481      471       -10     
===========================================
+ Hits          398      442       +44     
+ Misses         83       29       -54
Impacted Files Coverage Δ
...re/src/main/scala/query/interpolator/package.scala 100% <ø> (ø) :arrow_up:
core/src/main/scala/api/package.scala 100% <100%> (ø) :arrow_up:
core/src/main/scala/implicits.scala 55.55% <55.55%> (+55.55%) :arrow_up:
core/src/main/scala/handlers/handlers.scala 97.56% <97.56%> (ø)
...n/scala/query/interpolator/MacroInterpolator.scala 100% <0%> (+33.33%) :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 0be55ae...7509d2d. Read the comment docs.