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
<!--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?
- Drop an old and unused hybrid test job that combined both legacy `go test` and `bazel test` executions
- Introduce a new coverage job for Linux x86 driven by Bazel.
This is one of the chunks that is needed to ensure parity in CI functionality between legacy and Bazel driven activities. With this change we can now collect and compare coverage reports between `tests_linux-x64-py3` and `bazel:coverage` to identify blindspots and address them.
### Motivation
This is one more step towards fully migrating unit testing to Bazel.
Co-authored-by: joseph.gette <joseph.gette@datadoghq.com>
0 commit comments