Jacqueline Lee
Jacqueline Lee
In this minimal repo https://github.com/tingilee/repro-pip-bazel-diff/, we have found that transitive dependencies in the repository rules do not change the output hashes. https://github.com/tingilee/repro-pip-bazel-diff/blob/master/BUILD#L15 `:lib` depends on `testcontainers` and `testcontainers` dependent on...
We are considering trying out target-determinator in Diff CI, but we have some performance constraints. Can we add CLI that supports taking in an already computed hash file from master...
### What version of rules_go are you using? 0.40.0 ### What version of gazelle are you using? 0.28.0 ### What version of Bazel are you using? 6.3.0rc1 ### Does this...
# Checklist - [x] I have filed an issue about this change and discussed potential changes with the maintainers. - [x] I have received the approval from the maintainers to...
### Description of the feature request: For python coverage collection, `.coveragerc` is hardcoded in https://github.com/bazelbuild/bazel/blame/d435c6dd6e977a5c3ea1bc726557a9321948a317/tools/python/python_bootstrap_template.txt#L393-L397. To provide configurability, we'd like to introduce custom `.coveragerc` to set configurations including https://coverage.readthedocs.io/en/stable/excluding.html#advanced-exclusion. ###...
### Description of the bug: Hi, We have a pretty large codebase with coverage turned on. This is a snippet of the `bazel coverage //...` output: ``` (01:51:40) [32mINFO: [0mFrom...