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

[fix] add range end and lease to txn #89

Merged
merged 2 commits into from
May 8, 2019

Conversation

Revolution1
Copy link
Owner

fix #77

@Revolution1 Revolution1 changed the title fix models extraction [fix] add range end and lease to txn May 8, 2019
@codecov
Copy link

codecov bot commented May 8, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@245565a). Click here to learn what that means.
The diff coverage is 92%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #89   +/-   ##
=========================================
  Coverage          ?   91.46%           
=========================================
  Files             ?       52           
  Lines             ?     2918           
  Branches          ?      302           
=========================================
  Hits              ?     2669           
  Misses            ?      145           
  Partials          ?      104
Impacted Files Coverage Δ
etcd3/apis/watch.py 84% <ø> (ø)
etcd3/apis/auth.py 92.68% <ø> (ø)
etcd3/apis/lock.py 100% <ø> (ø)
etcd3/apis/kv.py 95.55% <ø> (ø)
etcd3/swagger_helper.py 79.21% <ø> (ø)
etcd3/baseclient.py 84% <ø> (ø)
etcd3/utils.py 86.27% <ø> (ø)
etcd3/models.py 100% <100%> (ø)
etcd3/stateful/lock.py 82.72% <100%> (ø)
tests/test_transaction_util.py 100% <100%> (ø)
... and 2 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 245565a...d5df114. Read the comment docs.

@Revolution1 Revolution1 merged commit 1d287ef into master May 8, 2019
@Revolution1 Revolution1 deleted the issue-77-add-range-end-and-lease-to-txn branch May 8, 2019 09:38
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.

lease_id and range_end of txn
1 participant