kennytm / cargo-kcov

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

README says crate requires `--message-format` cargo flag but doesn't use it #23

Closed CAD97 closed 6 years ago

CAD97 commented 6 years ago

Instead the crate appears to be scraping the output of cargo test --no-run --verbose.

See also https://github.com/roblabla/cargo-travis/issues/34#issuecomment-365363163 where I showed how --message-format could be used for the purpose of gathering test binaries without scraping unstable human output. (Though I'm still not completely certain if cargo-test --message-format=json's output format should be considered stable.)