-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
The commands described in the coverage page for generating a coverage report, or doing anything at all with the profdata files collected, are obsolete; none of the replacement or alternative commands seem to accept those arguments. For example, cargo-cov
seemingly no longer has a "show" command at all.
one command that does seem to work is
llvm-cov show --format=html -Xdemangler=rustfilt \
--instr-profile=fuzz/coverage/fuzz_target_binary/coverage.profdata \
target/x86_64-unknown-linux-gnu/coverage/x86_64-unknown-linux-gnu/release/fuzz_target_binary \
. \
> coverage.html
but for various reasons this might not be ideal.
Metadata
Metadata
Assignees
Labels
No labels