kennytm / cargo-kcov

Cargo subcommand to run kcov to get coverage report on Linux
127 stars 19 forks source link

Handle RUSTC_WRAPPER being present #50

Open tofay opened 3 years ago

tofay commented 3 years ago

If RUSTC_WRAPPER is present then cargo-kcov fails to detect test executables, because the "Running rustc" match fails