ekristen / libnuke

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

refactor: code cleanup and refactor #26

Closed ekristen closed 7 months ago

ekristen commented 7 months ago

This does a refactor to help reduce the complexity of the nuke.run function by splitting up into smaller funcs with documentation.

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (d5b8903) 95.14% compared to head (a4ce47b) 95.53%.

Files Patch % Lines
pkg/nuke/nuke.go 95.58% 3 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 #26 +/- ## ========================================== + Coverage 95.14% 95.53% +0.39% ========================================== Files 14 14 Lines 1009 1031 +22 ========================================== + Hits 960 985 +25 + Misses 34 33 -1 + Partials 15 13 -2 ```

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

ekristen commented 7 months ago

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

The release is available on GitHub release :rocket: