-
-
Notifications
You must be signed in to change notification settings - Fork 127
refactor(agent): move container builder to package #65
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
Conversation
d681431 to
48fc289
Compare
ef94e69 to
8e179c6
Compare
|
Not part of the task, but could you extend it with godoc and unit tests? |
Codecov Report
@@ Coverage Diff @@
## develop #65 +/- ##
==========================================
+ Coverage 5.18% 9.58% +4.39%
==========================================
Files 58 60 +2
Lines 4185 4268 +83
==========================================
+ Hits 217 409 +192
+ Misses 3964 3830 -134
- Partials 4 29 +25
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
nandor-magyar
left a comment
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.
It grows and evolves. 🥇
polaroi8d
left a comment
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.
LGTM (informal)
Moved container builder to a separate package so it could be used independetly from agent packages.
Also ran
gofmt.Depends on: #61