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

Add leaderelection module #347

Merged
merged 6 commits into from
Jan 10, 2025

Accept both coroutines and coroutine functions

bed4ae1
Select commit
Loading
Failed to load commit list.
Merged

Add leaderelection module #347

Accept both coroutines and coroutine functions
bed4ae1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 10, 2025 in 0s

27.05% (+0.13%) compared to 3ab6408

View this Pull Request on Codecov

27.05% (+0.13%) compared to 3ab6408

Details

Codecov Report

Attention: Patch coverage is 61.79487% with 149 lines in your changes missing coverage. Please review.

Project coverage is 27.05%. Comparing base (3ab6408) to head (bed4ae1).

Files with missing lines Patch % Lines
...yncio/leaderelection/resourcelock/configmaplock.py 0.00% 64 Missing ⚠️
...s_asyncio/leaderelection/resourcelock/leaselock.py 0.00% 63 Missing ⚠️
...ubernetes_asyncio/leaderelection/leaderelection.py 91.20% 8 Missing ⚠️
...ubernetes_asyncio/leaderelection/electionconfig.py 70.83% 7 Missing ⚠️
...etes_asyncio/leaderelection/leaderelection_test.py 95.07% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #347      +/-   ##
==========================================
+ Coverage   26.91%   27.05%   +0.13%     
==========================================
  Files         799      805       +6     
  Lines       98316    98706     +390     
==========================================
+ Hits        26463    26704     +241     
- Misses      71853    72002     +149     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.