mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
Update instrument-coverage.md
Document the default for LLVM_PROFILE_FILE and add a recemmondation for setting it for older versions of Rust which had a different default.
This commit is contained in:
parent
a5bfc25c93
commit
c1f1f60bcb
@ -201,6 +201,8 @@ $ RUSTFLAGS="-C instrument-coverage" \
|
|||||||
cargo test --tests
|
cargo test --tests
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> **Note**: The default for `LLVM_PROFILE_FILE` is `default_%m_%p.profraw`. Versions prior to 1.65 had a default of `default.profraw`, so if using those earlier versions, it is recommended to explicitly set `LLVM_PROFILE_FILE="default_%m_%p.profraw"` to avoid having multiple tests overwrite the `.profraw` files.
|
||||||
|
|
||||||
Make note of the test binary file paths, displayed after the word "`Running`" in the test output:
|
Make note of the test binary file paths, displayed after the word "`Running`" in the test output:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
|
Loading…
Reference in New Issue
Block a user