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
When rustc is not found, this is the error that is printed:
[ERROR] Error while executing llvm tools: No such file or directory (os error 2)
That comes from
grcov/src/llvm_tools.rs
Line 153 in 9cc638b
std::io::Error
The text was updated successfully, but these errors were encountered:
It could be argued that it could fallback to trying to find llvm tools in $PATH, which it also doesn't do.
Sorry, something went wrong.
No branches or pull requests
When rustc is not found, this is the error that is printed:
That comes from
grcov/src/llvm_tools.rs
Line 153 in 9cc638b
std::io::Error
that doesn't contain information about what specifically failed.The text was updated successfully, but these errors were encountered: