Bryan Hunt
Bryan Hunt
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 `use ExUnit.Case, async:...
* (By setting `use ExUnit.Case, async: false` in my test cases the issue goes away).
+1 on this issue, working through it ATM
I've been running Erlang 19 - seems like the error was the same as this one : https://github.com/Feuerlabs/exometer_core/issues/80 Added a specific dependency on a newer version of lager: ``` {deps,...