Philipp Stephani
Philipp Stephani
Looks like https://github.com/bazel-contrib/rules_python/blob/1.6.3/python/private/py_executable.bzl#L402-L406 tests for `--build_python_zip` explicitly and only creates the executable zip file if it's set. Also see https://github.com/bazel-contrib/rules_python/issues/2586
> Would it be better to have an empty .coverage always produce an empty .lcov? That would probably be the most consistent approach, yes. However, the current check for missing...
> In this example, why would the header not be included? For example, some function in library A passes BAZEL_CURRENT_REPOSITORY to a function library B that in turn uses a...