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

[chore] add semconvkit to reduce toil #9057

Merged
merged 3 commits into from
Dec 8, 2023

Conversation

codeboten
Copy link
Contributor

This code, copied from the opentelemetry-go repo, allows to generate schema.go automatically as well, reducing effort needed to generate semantic convention packages in the future

This code, copied from the opentelemetry-go repo, allows to generate schema.go automatically as well, reducing effort needed to generate semantic convention packages in the future

Signed-off-by: Alex Boten <[email protected]>
@codeboten codeboten requested a review from a team as a code owner December 8, 2023 19:44
Copy link

codecov bot commented Dec 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (eed3b4e) 91.55% compared to head (6564e27) 91.55%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9057   +/-   ##
=======================================
  Coverage   91.55%   91.55%           
=======================================
  Files         316      316           
  Lines       17154    17154           
=======================================
  Hits        15706    15706           
  Misses       1152     1152           
  Partials      296      296           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Alex Boten <[email protected]>
@@ -27,4 +27,6 @@ import (
_ "golang.org/x/exp/cmd/apidiff"
_ "golang.org/x/tools/cmd/goimports"
_ "golang.org/x/vuln/cmd/govulncheck"

_ "go.opentelemetry.io/collector/internal/tools/semconvkit"
Copy link
Member

Choose a reason for hiding this comment

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

Should this live in go-build-tools?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe, but I didn't want to block on this. I'm happy to open a follow up issue

Copy link
Member

Choose a reason for hiding this comment

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

Ya followup thing

@codeboten codeboten merged commit a9ce74b into open-telemetry:main Dec 8, 2023
32 checks passed
@codeboten codeboten deleted the codeboten/add-semconvkit branch December 8, 2023 21:59
@github-actions github-actions bot added this to the next release milestone Dec 8, 2023
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.

None yet

3 participants