File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ pip install -r requirements.txt
55
55
56
56
The Rust tests use ` cargo test ` . To measure the full Rust coverage from Python
57
57
tests, ` cargo-llvm-cov ` provides a set of environment variables that cause the
58
- Rust binaries to include instrumentation coverage that will save profile files
59
- when they are used. This means that any program that exercises the binaries
60
- can be measured for the effect it has on coverage.
58
+ Rust binaries to include [ instrumentation coverage] ( https://doc.rust-lang.org/stable/rustc/instrument-coverage.html )
59
+ that will save profile files when they are used. This means that any program
60
+ that exercises the binaries can be measured for the effect it has on coverage.
61
61
62
62
```
63
63
$ cargo llvm-cov show-env --export-prefix
You can’t perform that action at this time.
0 commit comments