commit | ddbce7eb9aefcaaa5f076958ba486f46e0ef9163 | [log] [tgz] |
---|---|---|
author | UebelAndre <github@uebelandre.com> | Fri Jul 28 12:59:53 2023 +0200 |
committer | GitHub <noreply@github.com> | Fri Jul 28 12:59:53 2023 +0200 |
tree | 9683250e886d64acefbdb1d06544f8c4e6f99608 | |
parent | 130bcac5e7404a01e95594ef8568c41327310803 [diff] |
Add support for split_coverage_post_processing (#2000) This change introduces `experimental_use_coverage_metadata_files` (https://github.com/bazelbuild/rules_rust/issues/2082) which is required to support [--experimental_split_coverage_postprocessing](https://bazel.build/reference/command-line-reference#flag--experimental_split_coverage_postprocessing)' Changes: - Implemented coverage collection logic in Rust. - Added a flag `--@rules_rust//rust/settings:experimental_use_coverage_metadata_files` to toggle the changes necessary for supporting `--experimental_split_coverage_postprocessing`. - Added regression testing in CI to test `--experimental_split_coverage_postprocessing`.
This repository provides rules for building Rust projects with Bazel.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust
.
Please refer to the full documentation.