kr8s-org / kr8s

A batteries-included Python client library for Kubernetes that feels familiar for folks who already know how to use kubectl
https://kr8s.org
BSD 3-Clause "New" or "Revised" License
839 stars 45 forks source link

Add type annotations for `kr8s._async_utils` #417

Closed jacobtomlinson closed 4 months ago

jacobtomlinson commented 4 months ago

More fixes towards #381.

After this there are 44 mypy errors.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 94.44444% with 1 line in your changes missing coverage. Please review.

Project coverage is 95.33%. Comparing base (87063fc) to head (a50dc2c). Report is 119 commits behind head on main.

Files with missing lines Patch % Lines
kr8s/_async_utils.py 93.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #417 +/- ## ========================================== + Coverage 94.61% 95.33% +0.71% ========================================== Files 29 30 +1 Lines 3141 3645 +504 ========================================== + Hits 2972 3475 +503 - Misses 169 170 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.