-
Notifications
You must be signed in to change notification settings - Fork 178
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
Incompatibility between excoveralls and meck? #308
Comments
Hi. Thank you for the report. Do you think it's possible to share example? has
|
I don't understand the inner workings of excoveralls enough to see if it's related, but just in case. I'm running into a similar issue, where tests run through excoveralls fail, while they succeed when run with |
This is not a specific issue with excoveralls, rather I failed to follow the guidance of the jj42/mock library author. Specifically, I neglected to set the option Just running From the jjh42/mock README ...
In case you are interested, I've included a minimal failing case (well, with 99% of extraneous code cut out). ecto_probe.poc_excoveralls.zip Thanks, Bryan |
|
Version information.
It seems from reading through the project issues that there might be an incompatibility between excoveralls, erlang cover module, and meck?
Running with
mix coveralls
:Running with
mix test
The text was updated successfully, but these errors were encountered: