aisk / rust-memcache

memcache client for rust
MIT License
132 stars 41 forks source link

Support r2d2 as a Connection pool #104

Closed letmutx closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #104 into master will decrease coverage by 1.86%. The diff coverage is 81.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
- Coverage   50.58%   48.72%   -1.87%     
==========================================
  Files          10       10              
  Lines         682      745      +63     
==========================================
+ Hits          345      363      +18     
- Misses        337      382      +45
Impacted Files Coverage Δ
src/error.rs 5.38% <0%> (-2.86%) :arrow_down:
src/client.rs 100% <100%> (+4.1%) :arrow_up:
src/connection.rs 83.59% <85.71%> (-0.2%) :arrow_down:

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 baa9aa8...877f3bb. Read the comment docs.

letmutx commented 4 years ago

I have an additional thing to work on top of this. I am merging this for now.