Skip to content

Commit 9ec11bf

Browse files
committed
Adding link to instrumentation coverage docs
1 parent c15ae06 commit 9ec11bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ pip install -r requirements.txt
5555

5656
The Rust tests use `cargo test`. To measure the full Rust coverage from Python
5757
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.
6161

6262
```
6363
$ cargo llvm-cov show-env --export-prefix

0 commit comments

Comments
 (0)