guanw / ct-dns

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

kubernetes example with ct-dns & redis integrated #62

Closed guanw closed 4 years ago

guanw commented 4 years ago

first attempt for #27

codecov[bot] commented 4 years ago

Codecov Report

Merging #62 into master will increase coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   93.98%   94.08%   +0.09%     
==========================================
  Files          20       20              
  Lines         499      507       +8     
==========================================
+ Hits          469      477       +8     
  Misses         20       20              
  Partials       10       10
Impacted Files Coverage Δ
cmd/config.go 78.94% <100%> (+5.61%) :arrow_up:
plugins/storage/redis/factory.go 72.22% <100%> (+5.55%) :arrow_up:
plugins/storage/flags.go 100% <100%> (ø) :arrow_up:
plugins/storage/factory.go 100% <100%> (ø) :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 b13a833...3b8734f. Read the comment docs.