My test target is a pytest (python 3.11)
Bazel version 6.5.0
bazel coverage --combined_report=lcov //my-test-target
I get a coverage report.
When I add WITH common --enable_bzlmod in my .bazelrc file and I run
bazel coverage --combined_report=lcov //my-test-target
The test coverage report is blank.
no logs help, tried verbose logging to, nothing helpful indicating why it's not working.