ekristen / libnuke

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

feat: split registry to its own package #36

Closed ekristen closed 7 months ago

ekristen commented 7 months ago

This is the first step, ultimately I'd like to adopt the prometheus go client model of a default registry and separate registries, however the registry model is so embedded in the code, it'll take a while to pull it all out.

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (92db7e4) 95.13% compared to head (ae46b9b) 95.13%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #36 +/- ## ======================================= Coverage 95.13% 95.13% ======================================= Files 14 14 Lines 842 842 ======================================= Hits 801 801 Misses 26 26 Partials 15 15 ```

: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.9.0 :tada:

The release is available on GitHub release :rocket: