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
will create an LCOV file in directory ./target/debug/coverage/, but the directory doesn't actually get created.
The above command throws error:
[ERROR] A panic occurred at /home/saurabh/.local/share/rust/cargo/registry/src/github.com-1ecc6299db9ec823/grcov-0.8.18/src/output.rs:59: Cannot create the file ./target/debug/coverage/ to dump coverage data.
From README:
indicates that using
will create an LCOV file in directory
./target/debug/coverage/
, but the directory doesn't actually get created.The above command throws error:
Steps to reproduce
The text was updated successfully, but these errors were encountered: