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
mix coveralls doesn't execute if i pass it as {:mix_task, :coveralls} that is why i passed it as cmd but the issue is that some of the test cases fails while mix coveralls is getting executed in pre commit it is getting executed in dev environment. no test cases fail if i normally execute mix coveralls
The text was updated successfully, but these errors were encountered:
i have defined it like this in config.exs:
mix coveralls doesn't execute if i pass it as
{:mix_task, :coveralls}
that is why i passed it ascmd
but the issue is that some of the test cases fails whilemix coveralls
is getting executed in pre commit it is getting executed in dev environment. no test cases fail if i normally execute mix coverallsThe text was updated successfully, but these errors were encountered: