kennytm / cargo-kcov

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

cannot change to source directory as cargo test #17

Open urugang opened 7 years ago

urugang commented 7 years ago

i have a project using workspace. when i run 'cargo test', it will do like that: cd subprojec ../target/debug/subproject_xxxxx

but for 'cargo kcov', it do like below: ../target/debug/subproject_xxxxx i expected kcov's behavior like test, because my test will read an config file which is path relative.