Closed fedefernandez closed 7 years ago
Merging #117 into master will increase coverage by
11.09%
. The diff coverage is90.56%
.
@@ 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.
Fixes #115
It also adds an implicit conversion from
CloseFuture
toListenableFuture[Unit]