Skip to content
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

Move builder to cmd/builder #4307

Merged

Conversation

jpkrohling
Copy link
Member

@jpkrohling jpkrohling commented Oct 29, 2021

Closes #4317

Signed-off-by: Juraci Paixão Kröhling [email protected]

Signed-off-by: Juraci Paixão Kröhling <[email protected]>
@jpkrohling jpkrohling requested review from a team and codeboten October 29, 2021 10:03
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
@codecov
Copy link

codecov bot commented Oct 29, 2021

Codecov Report

Merging #4307 (7483cb8) into main (2981b3c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4307   +/-   ##
=======================================
  Coverage   87.29%   87.29%           
=======================================
  Files         176      176           
  Lines       10622    10622           
=======================================
  Hits         9273     9273           
  Misses       1108     1108           
  Partials      241      241           
Impacted Files Coverage Δ
cmd/builder/internal/builder/config.go 44.44% <ø> (ø)
cmd/builder/internal/builder/main.go 0.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2981b3c...7483cb8. Read the comment docs.

Signed-off-by: Juraci Paixão Kröhling <[email protected]>
@jpkrohling jpkrohling linked an issue Oct 29, 2021 that may be closed by this pull request
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package cmd // import "go.opentelemetry.io/collector/builder/cmd"
package cmd // import "go.opentelemetry.io/collector/cmd/builder/cmd"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be moved out of the cmd subdirectory?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can do it later :)

@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package cmd // import "go.opentelemetry.io/collector/builder/cmd"
package cmd // import "go.opentelemetry.io/collector/cmd/builder/cmd"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can do it later :)

@bogdandrutu bogdandrutu merged commit e168df5 into open-telemetry:main Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move from /builder to /cmd/builder
4 participants