-
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
UndefinedFunctionError after updating hackney and excoveralls the to latest version #99
Comments
I'm having the same issue with
This is the line that cause the error: https://github.com/parroty/excoveralls/blob/master/lib/excoveralls/poster.ex#L25 A possible fix might be replace that line by: Application.ensure_all_started(:hackney) Thanks, stay tuned! |
Thanks for the report and analysis, I've tried to update the code as suggested (will push to hex too). |
mix.lock: https://github.com/Nebo15/digital_signature.api/blob/62fa1b688dfabb542400b7ef110e18dab50caa44/mix.lock
The text was updated successfully, but these errors were encountered: