-
Notifications
You must be signed in to change notification settings - Fork 440
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
Mark tags to bazel targets #1075
Mark tags to bazel targets #1075
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1075 +/- ##
=======================================
Coverage 94.41% 94.41%
=======================================
Files 158 158
Lines 6077 6077
=======================================
Hits 5737 5737
Misses 340 340 |
Thanks for adding it. Just thinking if we can we also add separate tags for:
It's fine to add it separate from this PR if this is a bigger task ( or raise a github issue for someone to pick it up ). |
@lalitb thanks for the feedback. |
Fixes #1072 (issue)
Changes
mark tags to bazel targets.
Please provide a brief description of the changes here.
can exclude targets e.g.
bazel build //... --build_tag_filters=-otlp,-es,-etw,-prometheus,-zipkin
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes