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
I'm running excoveralls in an umbrella. If I run mix coveralls -u at the top level, or if I cd into a specific application's directory and just run mix coveralls, it will include some random files from dependencies:
But in my case I don't think this is solvable with the ignore feature, and also, I believe ignoring dependencies should be a natural behavior of excoveralls.
I'm running excoveralls in an umbrella. If I run
mix coveralls -u
at the top level, or if Icd
into a specific application's directory and just runmix coveralls
, it will include some random files from dependencies:The first file should not be here; the rest are correct.
I get the same thing with
mix coveralls -u
at the top level, but with an incorrect file path:The text was updated successfully, but these errors were encountered: