Skip to main content

All Questions

2 votes
0 answers
783 views

Code coverage for Python using Bazel 6.0.0

I want to generate a code coverage report using Bazel for a Python project (my environment: macOS Ventura, M1 arm64, Python 3.10, Bazel 6.0). The documentation states that for this task Bazel 6.0 and ...
Vertexwahn's user avatar
  • 8,210
4 votes
1 answer
1k views

How do you generate Python coverage in bazel?

I'm trying to generate Python coverage in bazel. I tried to run this command and an empty file was generated $ bazelisk coverage //company/libs:foo_test INFO: Using default value for --...
Ahmed's user avatar
  • 3,012