portworx / kvdb

Generic Key-Value interface
Apache License 2.0
40 stars 12 forks source link

Add more kvdb controller UTs. #68

Closed adityadani closed 5 years ago

adityadani commented 5 years ago

This PR is mainly for understanding how codecov.io displays the code coverage report for each PR submitted to this repo.

codecov-io commented 5 years ago

Codecov Report

Merging #68 into master will increase coverage by 0.34%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   70.25%   70.59%   +0.34%     
==========================================
  Files           5        5              
  Lines        2918     2918              
==========================================
+ Hits         2050     2060      +10     
+ Misses        675      667       -8     
+ Partials      193      191       -2
Impacted Files Coverage Δ
etcd/v2/kv_etcd.go 68.59% <0%> (-0.34%) :arrow_down:
consul/kv_consul.go 72.3% <0%> (+0.44%) :arrow_up:
etcd/v3/kv_etcd.go 67.65% <0%> (+0.95%) :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 d281ecd...e972411. Read the comment docs.