kennytm / cargo-kcov

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

Print the executed kcov command in verbose mode #3

Closed malbarbo closed 7 years ago

malbarbo commented 7 years ago

Today I had a problem with cargo-kcov that could be solved more easily if the execute kcov command was printed.

This is similar to how cargo build prints the executed rustc command. To use the same style in the output one must port this to cargo-kcov.