Skip to content

Commit 6447722

Browse files
committed
Talking about different test executables that can be generated
1 parent 4b0c0ee commit 6447722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ kcov --exclude-pattern=/.cargo,/usr/lib --verify target/cov target/debug/<PROJEC
2222
`<PROJECT-NAME>` and `<hash>` are the appropriate project name and hash for
2323
your executable.
2424

25-
Cargo typically generates two different executables: one for
26-
unit tests and one for doctests. If you are building your code
25+
The hash at the end may change if cargo generates different test
26+
executables with the same name. If you are building your code
2727
differently or without cargo, change the last two arguments
2828
to kcov to respectively represent where you want the coverage to
2929
be stored and which executable to run.

0 commit comments

Comments
 (0)