Skip to content

Commit

Permalink
Rollup merge of #82810 - amaurremi:source-based-coverage-typo, r=ehuss
Browse files Browse the repository at this point in the history
Typo fix in Unstable book: `cargo cov` -> `cargo profdata`
  • Loading branch information
m-ou-se committed Mar 8, 2021
2 parents 5ff52cb + 2a57a5d commit 09b17a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 09b17a1

Please sign in to comment.