rules_rust icon indicating copy to clipboard operation
rules_rust copied to clipboard

[bug] only generate rust libraries with coverage instrumentation only when coverage is enabled

Open Ryang20718 opened this issue 1 year ago • 0 comments

Currently, binaries produced by rust_binary generate profraw files which means the binary is built with code coverage instrumentation with bazel build. We should only generate coverage with bazel coverage. This PR fixes this bug

Ryang20718 avatar Sep 11 '24 06:09 Ryang20718