Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Feb 18, 2025
1 parent c645c32 commit 3c2ab6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/guides/testing/fuzzing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Getting code coverage data for fuzz tests requires some different tooling than w
```
$(find $(rustc --print sysroot) -name llvm-cov) export \
-instr-profile=fuzz/coverage/fuzz_target_1/coverage.profdata \
-object target/aarch64-apple-darwin/coverage/aarch64-apple-darwin/release/fuzz_target_1 \
-object target/$(rustc -vV | sed -n 's|host: ||p')/coverage/$(rustc -vV | sed -n 's|host: ||p')/release/fuzz_target_1 \
--ignore-filename-regex "rustc" \
-format=lcov \
> lcov.info
Expand Down

0 comments on commit 3c2ab6a

Please sign in to comment.