Closed jacobtomlinson closed 3 months ago
Attention: Patch coverage is 93.33333%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 95.11%. Comparing base (
87063fc
) to head (7fc9a3b
). Report is 128 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
kr8s/_api.py | 75.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #460
Updates
lookup_kind()
to also return the plural form of the resource kind. Also updatesget_kind()
to pass that plural along tonew_class()
to ensure dynamic classes are created correctly.