-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Coverage report information is very out of date #39
Comments
I'm not a maintainer on this project, but I just went through the tutorials twice myself. Once on macos, and once on linux. I ran into a similar issue. I think, but am not certain that the issue you ran into, is that the The correct way I set this up was like this I did actually install the wrong subcommand With that subcommand install, the tutorial works fine, with one other tweak I will file an issue on. (you need to tweak the path to the binary) I will file an issue. |
yeah, i already have LLVM-coverage tools installed. i have the whole LLVM-19 suite, so i was eventually able to figure out getting a coverage report directly with the underlying tools, as in the above example... that's good to know that there is a different cargo subcommand entirely, in |
The commands described in the coverage page for generating a coverage report, or doing anything at all with the profdata files collected, are obsolete; none of the replacement or alternative commands seem to accept those arguments. For example,
cargo-cov
seemingly no longer has a "show" command at all.one command that does seem to work is
but for various reasons this might not be ideal.
The text was updated successfully, but these errors were encountered: