Skip to content

Commit

Permalink
Typo fix: cargo cov -> cargo profdata
Browse files Browse the repository at this point in the history
  • Loading branch information
amaurremi committed Mar 5, 2021
1 parent 8ccc89b commit 2a57a5d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -128,7 +128,7 @@ $ cargo profdata -- --help # note the additional "--" preceding the tool-specif

## Creating coverage reports

Raw profiles have to be indexed before they can be used to generate coverage reports. This is done using [`llvm-profdata merge`] (or `cargo cov -- merge`), which can combine multiple raw profiles and index them at the same time:
Raw profiles have to be indexed before they can be used to generate coverage reports. This is done using [`llvm-profdata merge`] (or `cargo profdata -- merge`), which can combine multiple raw profiles and index them at the same time:

```shell
$ llvm-profdata merge -sparse formatjson5.profraw -o formatjson5.profdata
Expand Down

0 comments on commit 2a57a5d

Please sign in to comment.