kennytm / cargo-kcov

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

`cargo kcov --all` does't work for virtual manifest #13

Closed redtankd closed 7 years ago

redtankd commented 7 years ago

My workspace's root Cargo.toml is a virtual manifest with only workspace section. cargo kcov --all fails for

note: cargo pkgid exited with code exit code: 101
error: manifest path `/root/dev/Cargo.toml` is a virtual manifest, but this command requires running against an actual package in this workspace