yonahd / kor

A Golang Tool to discover unused Kubernetes Resources
MIT License
974 stars 91 forks source link

Feat: Find unused pv #163

Closed yonahd closed 10 months ago

yonahd commented 10 months ago

Discovers PVs that are not bound and marks them as unused

codecov-commenter commented 10 months ago

Codecov Report

Attention: 81 lines in your changes are missing coverage. Please review.

Comparison is base (b948807) 45.86% compared to head (1e1cfc3) 45.52%. Report is 1 commits behind head on main.

Files Patch % Lines
pkg/kor/multi.go 0.00% 29 Missing :warning:
pkg/kor/all.go 0.00% 22 Missing :warning:
pkg/kor/pv.go 58.49% 14 Missing and 8 partials :warning:
pkg/kor/delete.go 0.00% 7 Missing :warning:
pkg/kor/kor.go 0.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #163 +/- ## ========================================== - Coverage 45.86% 45.52% -0.35% ========================================== Files 20 21 +1 Lines 1888 1990 +102 ========================================== + Hits 866 906 +40 - Misses 876 930 +54 - Partials 146 154 +8 ```

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