guanw / ct-dns

service discovery with support for different storage options + http/grpc protocols (WIP)
0 stars 0 forks source link

add support for redis #35

Closed guanw closed 4 years ago

guanw commented 4 years ago

fix #13

codecov[bot] commented 4 years ago

Codecov Report

Merging #35 into master will decrease coverage by 1.39%. The diff coverage is 82.5%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #35     +/-   ##
========================================
- Coverage    93.3%   91.9%   -1.4%     
========================================
  Files          11      13      +2     
  Lines         269     309     +40     
========================================
+ Hits          251     284     +33     
- Misses         11      16      +5     
- Partials        7       9      +2
Impacted Files Coverage Δ
plugins/storage/etcd/client.go 100% <ø> (ø) :arrow_up:
plugins/storage/factory.go 100% <100%> (ø) :arrow_up:
plugins/storage/redis/factory.go 50% <50%> (ø)
plugins/storage/redis/client.go 92.85% <92.85%> (ø)

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 89203e8...7c1333c. Read the comment docs.