You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run mix coveralls at the umbrella level it reports different results (more files/lines missed), then when run within each app.
mix coveralls reports different results than mix cmd mix coveralls
For now we'll just switch to the latter and parse it by hand w/a CI script in python, as I've spent enough time trying to figure out where the problem lies.
If you want me to dig up some info, please let me know, I'm happy to dig things up.
If I run
mix coveralls
at the umbrella level it reports different results (more files/lines missed), then when run within each app.mix coveralls
reports different results thanmix cmd mix coveralls
For now we'll just switch to the latter and parse it by hand w/a CI script in python, as I've spent enough time trying to figure out where the problem lies.
If you want me to dig up some info, please let me know, I'm happy to dig things up.
Running:
The text was updated successfully, but these errors were encountered: