marco-c / rust-code-coverage-sample

Example of code coverage instrumentation in Rust
19 stars 3 forks source link

add export LLVM_PROFILE_FILE="your_name-%p-%m.profraw" #3

Closed haowqs closed 3 years ago

marco-c commented 3 years ago

I don't see why this is needed :S

Anyway, I guess it doesn't hurt to add it... Can you add it to the README too?

haowqs commented 3 years ago

Ok, add it.