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

Rename _asyncio to _io #85

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

jacobtomlinson
Copy link
Member

@jacobtomlinson jacobtomlinson commented Jun 27, 2023

To support #77 this PR renames the _asyncio submodule containing asyncio helper tools to _io to communicate that we will support more than just asyncio.

@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Merging #85 (1fe3601) into main (8826a6f) will not change coverage.
The diff coverage is 95.45%.

@@           Coverage Diff           @@
##             main      #85   +/-   ##
=======================================
  Coverage   96.84%   96.84%           
=======================================
  Files          24       23    -1     
  Lines        1903     1903           
=======================================
  Hits         1843     1843           
  Misses         60       60           
Impacted Files Coverage Δ
kr8s/_io.py 92.63% <ø> (ø)
kr8s/tests/test_io.py 94.11% <94.11%> (ø)
kr8s/__init__.py 100.00% <100.00%> (ø)
kr8s/_auth.py 91.20% <100.00%> (ø)
kr8s/objects.py 100.00% <100.00%> (ø)
kr8s/portforward.py 100.00% <100.00%> (ø)

@jacobtomlinson jacobtomlinson merged commit dc4c4b2 into kr8s-org:main Jun 27, 2023
11 of 12 checks passed
@jacobtomlinson jacobtomlinson deleted the rename-asyncio branch June 27, 2023 15:47
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.

None yet

1 participant