You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: