rules_testing
rules_testing copied to clipboard
bazel coverage will skip the tests
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?