yonahd / kor

A Golang Tool to discover unused Kubernetes Resources
MIT License
1.05k stars 97 forks source link

Fix: Removes duplicate printing of the included namespaces #383

Closed almilaneze closed 1 day ago

almilaneze commented 5 days ago

What this PR does / why we need it?

PR Checklist

GitHub Issue

378

Closes [XX-XX]

Notes for your reviewers

codecov-commenter commented 5 days ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 43.39%. Comparing base (9cd0aba) to head (ca45220). Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
pkg/filters/options.go 0.00% 2 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 #383 +/- ## ========================================== + Coverage 43.38% 43.39% +0.01% ========================================== Files 63 63 Lines 4020 4019 -1 ========================================== Hits 1744 1744 + Misses 2030 2029 -1 Partials 246 246 ```

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

yonahd commented 1 day ago

LGTM! Merged