We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running coverage works but not generating the report.
(coverage directory is created at the root, and profraw files are in each subdirectories)
=== running coverage === // test here ok. === generating report === Error: No such file or directory (os error 2)
Linux
cargo xtask coverage
The text was updated successfully, but these errors were encountered:
Hi @vepain, I got the same error because grcov was not installed. try: cargo install grcov
cargo install grcov
Sorry, something went wrong.
can confirm the above fixed the error for me
Updated tasks.rs to add error message to coverage
d1bf147
I have written an error message to inform the user to install grcov if the coverage task fails, this should mitigate jondot#2
Thank you, I close this issue.
No branches or pull requests
What happened?
Running coverage works but not generating the report.
(coverage directory is created at the root, and profraw files are in each subdirectories)
=== running coverage === // test here ok. === generating report === Error: No such file or directory (os error 2)
What type of Operating System?
Linux
Steps to produce this issue.
cargo xtask coverage
The text was updated successfully, but these errors were encountered: