Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for namespaces #134

Merged
merged 10 commits into from
Aug 1, 2021
Merged

Adding support for namespaces #134

merged 10 commits into from
Aug 1, 2021

Conversation

davissp14
Copy link
Owner

@davissp14 davissp14 commented Jul 31, 2021

Enables namespace support.

@codecov
Copy link

codecov bot commented Aug 1, 2021

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%) ⬆️
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.

@davissp14 davissp14 mentioned this pull request Aug 1, 2021
@davissp14 davissp14 merged commit 0af4a1e into master Aug 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant