kennytm / cargo-kcov

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

Support for workspaces #4

Closed malbarbo closed 7 years ago

malbarbo commented 7 years ago

Consider adding support to use cargo kcov in a workspace project.

You can see with cargo +nightly build --help the kind of options for workspace projects.

redtankd commented 7 years ago

Yes,I want it too.

kennytm commented 7 years ago

Implemented in #10.