-
-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support returning all IP addresses of a container #553
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've just left a few suggestions on naming. You know, naming things...
Thanks for your contribution.
Brings it back to how I originally wrote it. Cool. 👍 |
BTW, could you add tests for the new method? 🙏 |
Should have added one implicitly. Done. |
As a side note @mdelapenya, I noticed certain lint issues in the code (also verified with golangci-lint). I was thinking may be we should have a |
We'd like to evaluate if pre-commit works for us, therefore a check would happen at that level. |
Codecov Report
@@ Coverage Diff @@
## main #553 +/- ##
==========================================
+ Coverage 68.99% 69.07% +0.07%
==========================================
Files 22 22
Lines 2174 2186 +12
==========================================
+ Hits 1500 1510 +10
- Misses 535 537 +2
Partials 139 139
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@mdelapenya Is anything required from my end for this PR to be merged? |
Thanks for your contribution @gauravgahlot ! |
Fixes #513