ekristen / libnuke

Common Golang Packages for use by the Various Cloud Nuke Tools
MIT License
22 stars 3 forks source link

feat(filter): add In and NotIn operators #44

Closed ekristen closed 5 months ago

ekristen commented 5 months ago

This adds a new feature to the filter package that allows for In and NotIn matching without using the invert option. This was needed for azure-nuke to handle region support.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.41%. Comparing base (714d468) to head (af739ee).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #44 +/- ## ========================================== + Coverage 95.06% 95.41% +0.34% ========================================== Files 15 15 Lines 872 894 +22 ========================================== + Hits 829 853 +24 + Misses 27 25 -2 Partials 16 16 ```

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

ekristen commented 5 months ago

:tada: This pull request is included in version 0.13.0 :tada:

The release is available on GitHub release :rocket: