-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Comment]: #13
Comments
I left this comment here, since I couldn't leave a comment on the article its self. Might be worth a simple revision, since it is an essential step to get |
Thanks! do you think adding an install through xtaskops is a good solution? |
I think just verbal instruction
Also I think that you need to ensure that you have the coverage tooling installed for rustc:
|
I suppose that having it as a so that you can run |
You also need to install |
interesting, some of it is here: https://github.com/jondot/xtaskops/blob/master/xtaskops/src/tasks.rs#L245 |
Ah cool. I guess you just need |
perfect, thanks! |
Thanks, just merged! |
What happened?
This isn't really a bug.
I wanted to drop a comment on your Medium article since you don't state that you need to run:
Without running this, you get a cryptic filesystem error. After digging around in the source files, I realised that I need the
grcov
tool. I suppose this likely is installed when you setup the package from this repo, however, I was adding test coverage to an existing large repo.What type of Operating System?
Linux
Steps to produce this issue.
The text was updated successfully, but these errors were encountered: