davissp14 / etcdv3-ruby

Etcd v3 Ruby Client
MIT License
52 stars 17 forks source link

Adding support for namespaces #134

Closed davissp14 closed 3 years ago

davissp14 commented 3 years ago

Enables namespace support.

codecov[bot] commented 3 years ago

Codecov Report

Merging #134 (1de1126) into master (57923e8) will increase coverage by 0.02%. The diff coverage is 99.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #134      +/-   ##
==========================================
+ Coverage   99.15%   99.17%   +0.02%     
==========================================
  Files          30       39       +9     
  Lines        1662     2072     +410     
==========================================
+ Hits         1648     2055     +407     
- Misses         14       17       +3     
Impacted Files Coverage Δ
lib/etcdv3/namespace/utilities.rb 95.83% <95.83%> (ø)
lib/etcdv3/namespace/watch.rb 96.15% <96.15%> (ø)
lib/etcdv3/namespace/kv.rb 97.36% <97.36%> (ø)
lib/etcdv3.rb 100.00% <100.00%> (ø)
lib/etcdv3/connection.rb 93.10% <100.00%> (+1.79%) :arrow_up:
lib/etcdv3/connection_wrapper.rb 97.29% <100.00%> (ø)
lib/etcdv3/namespace/kv/requests.rb 100.00% <100.00%> (ø)
lib/etcdv3/namespace/kv/transaction.rb 100.00% <100.00%> (ø)
lib/etcdv3/namespace/lock.rb 100.00% <100.00%> (ø)
spec/etcdv3/connection_spec.rb 100.00% <100.00%> (ø)
... and 16 more

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 57923e8...1de1126. Read the comment docs.