guanw / ct-dns

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

use logrus for logging #58

Closed guanw closed 4 years ago

guanw commented 4 years ago

fix #1

codecov[bot] commented 4 years ago

Codecov Report

Merging #58 into master will increase coverage by 0.1%. The diff coverage is 81.81%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #58     +/-   ##
=========================================
+ Coverage   93.67%   93.77%   +0.1%     
=========================================
  Files          19       19             
  Lines         474      482      +8     
=========================================
+ Hits          444      452      +8     
  Misses         20       20             
  Partials       10       10
Impacted Files Coverage Δ
plugins/storage/memory/factory.go 100% <100%> (ø) :arrow_up:
plugins/storage/etcd/factory.go 84.61% <100%> (+1.28%) :arrow_up:
plugins/storage/redis/factory.go 66.66% <100%> (+2.38%) :arrow_up:
pkg/store/store.go 100% <100%> (ø) :arrow_up:
plugins/storage/dynamodb/factory.go 100% <100%> (ø) :arrow_up:
cmd/config.go 73.33% <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 ec12fe4...99093da. Read the comment docs.