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

Replace asyncio with anyio throughout #334

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

jacobtomlinson
Copy link
Member

Closes #331

Generally replace asyncio usage with anyio usage.

Only usage remaining in kr8s is tracked by #332 and #333.

Copy link

codecov bot commented Mar 13, 2024

Codecov Report

Attention: Patch coverage is 88.46154% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 94.77%. Comparing base (b69505f) to head (6ebd928).

Files Patch % Lines
kr8s/_objects.py 50.00% 1 Missing ⚠️
kr8s/_portforward.py 50.00% 1 Missing ⚠️
kr8s/tests/test_objects.py 94.11% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #334   +/-   ##
=======================================
  Coverage   94.77%   94.77%           
=======================================
  Files          27       27           
  Lines        2909     2909           
=======================================
  Hits         2757     2757           
  Misses        152      152           

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

@jacobtomlinson jacobtomlinson merged commit 5aa6e80 into kr8s-org:main Mar 13, 2024
11 checks passed
@jacobtomlinson jacobtomlinson deleted the asyncio-anyio branch March 13, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace asyncio.sleep and asyncio.gather with anyio
1 participant