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

feat: async refresh token, remove synchronous libs #26

Merged
merged 3 commits into from
Jun 30, 2018

Conversation

tomplus
Copy link
Owner

@tomplus tomplus commented Jun 30, 2018

@codecov-io
Copy link

codecov-io commented Jun 30, 2018

Codecov Report

Merging #26 into master will increase coverage by 0.72%.
The diff coverage is 94.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   92.76%   93.48%   +0.72%     
==========================================
  Files          14       16       +2     
  Lines         912      967      +55     
==========================================
+ Hits          846      904      +58     
+ Misses         66       63       -3
Impacted Files Coverage Δ
kubernetes_asyncio/config/__init__.py 100% <ø> (ø) ⬆️
kubernetes_asyncio/config/google_auth.py 100% <100%> (ø)
kubernetes_asyncio/config/kube_config.py 93.57% <88.09%> (+1.52%) ⬆️
kubernetes_asyncio/config/google_auth_test.py 92.3% <92.3%> (ø)
kubernetes_asyncio/config/kube_config_test.py 93.01% <98.14%> (+0.55%) ⬆️
kubernetes_asyncio/config/dateutil.py 91.11% <0%> (+2.22%) ⬆️

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 3444267...5320d79. Read the comment docs.

@tomplus tomplus changed the title [WIP] feat: async refresh token, remove synchronous libs feat: async refresh token, remove synchronous libs Jun 30, 2018
@tomplus tomplus merged commit 1c15f8e into master Jun 30, 2018
@tomplus tomplus deleted the feat/async_gcp_token branch June 30, 2018 22:12
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.

remove dependenecies to synchronous libraries
2 participants