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

Versioned api #51

Merged
merged 5 commits into from
Feb 11, 2019
Merged

Versioned api #51

merged 5 commits into from
Feb 11, 2019

Conversation

Revolution1
Copy link
Owner

  • support api versioning
  • put json specs into .py files to improve load speed and pyinstaller compability

@codecov
Copy link

codecov bot commented Feb 11, 2019

Codecov Report

Merging #51 into master will increase coverage by 0.03%.
The diff coverage is 92.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   91.13%   91.17%   +0.03%     
==========================================
  Files          47       51       +4     
  Lines        2674     2786     +112     
  Branches      273      286      +13     
==========================================
+ Hits         2437     2540     +103     
- Misses        145      147       +2     
- Partials       92       99       +7
Impacted Files Coverage Δ
etcd3/apis/__init__.py 100% <ø> (ø) ⬆️
tests/test_py3/test_aio_auth_apis.py 100% <ø> (+6.66%) ⬆️
etcd3/apis/cluster.py 33.33% <0%> (ø) ⬆️
etcd3/apis/watch.py 84% <100%> (ø) ⬆️
etcd3/apis/lock.py 100% <100%> (ø) ⬆️
etcd3/apis/maintenance.py 100% <100%> (ø) ⬆️
tests/test_swagger_helper.py 100% <100%> (ø) ⬆️
etcd3/stateful/lock.py 82.63% <100%> (-0.1%) ⬇️
etcd3/apis/auth.py 92.68% <100%> (ø) ⬆️
etcd3/errors/errors.py 100% <100%> (ø) ⬆️
... and 25 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 f3f3c1b...3604977. Read the comment docs.

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