You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve Bazel test coverage to get it closer to the legacy (#54628)
<!--Please give us some feedback on your experience writing this PR ! https://app.datadoghq.com/forms/43db4c02-6837-400c-8083-692e141b1b88 !-->
### What does this PR do?
This PR introduces some changes here and there to bridge the gap in the reported code coverage between Bazel and the legacy approach. Changes worth mentioning:
- There was a bug in the fallback mechanism in our custom Gazelle extension that sometimes returned no go tags to set at all. Now the fallback will come back with a minimal set of tags that is needed to build and run a test binary.
- `cel` tag wasn't set in some cases at all, so we add 2 new custom tag sets.
- `gazelle:dd_agent_go_test off` directives were removed in files that were regenerated by Gazelle.
Co-authored-by: joseph.gette <joseph.gette@datadoghq.com>
0 commit comments