Open
Description
Suppose I have a top-level project A which has dependencies on crates B, C, and D. If I use cargo afl build
from the top-level project, will only A be instrumented for coverage or will all of B, C, and D be instrumented for coverage as well? If yes, is it possible to introduce a flag to discard the dependencies from being instrumented?
Metadata
Metadata
Assignees
Labels
No labels