-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Could not install the package #415
Comments
can confirm I am encountering this error as well using cargo --version the error happens while |
For now, I am using docker run --security-opt seccomp=unconfined -v "${PWD}:/volume" xd009642/tarpaulin:develop-nightly bash -c 'cargo build && cargo tarpaulin -o Lcov' |
Looking at the stack trace are you trying to install for mac? If so Mac support isn't yet developed so it won't work |
Ohhhh, yeah its mac... |
There's a tracking issue for OSX support, it's definitely an area I'd appreciate some help with though I need to put more time into it! #152 |
completely glossed over the fact that macOS is not supported! thanks for the info! will probably do in docker or CI then. interesting, thanks for pointing to the state of macOS support I'll check it out! |
plus I have coverage working with CLion + Rust plugin on my Mac so I know it must be possible :) |
@pato that's probably with kcov, it has mac support! I'm going to close this as the issue seems solved for you both 😄 |
When running the command on a fresh install I get the error
The text was updated successfully, but these errors were encountered: