bazel
bazel copied to clipboard
Add `baseline_coverage_files` to `ctx.instrumented_files_info`
Work towards #5716
RELNOTES: Rules can now register their own baseline coverage files in LCOV format via the new baseline_coverage_files parameter of ctx.instrumented_files_info. If the target matches the instrumentation filter, Bazel will merge the data into the combined coverage report generated with --combined_report.
@c-mita Friendly ping, does this need the awaiting-merge label?