Closed doronkg closed 8 months ago
Attention: Patch coverage is 43.15068%
with 83 lines
in your changes are missing coverage. Please review.
Project coverage is 47.48%. Comparing base (
379f27a
) to head (f070788
). Report is 2 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
pkg/kor/all.go | 0.00% | 40 Missing :warning: |
pkg/kor/storageclasses.go | 60.00% | 22 Missing and 10 partials :warning: |
pkg/kor/delete.go | 0.00% | 7 Missing :warning: |
pkg/kor/multi.go | 0.00% | 4 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds a new functionality to
kor
by finding unused StorageClasses. I've considered StorageClasses to be unused, if they aren't used by any PVs/PVCs.