rules_testing icon indicating copy to clipboard operation
rules_testing copied to clipboard

bazel coverage will skip the tests

Open aignas opened this issue 8 months ago • 0 comments

I noticed that bazel coverage will skip tests written with rules_testing. This means that I need to do bazel test //... in addition to bazel coverage //... and due to configuration differences between the two things, running those two commands may be expensive because the tests will essentially be executed twice.

Is there a way around this?

aignas avatar Apr 10 '25 05:04 aignas