Skip to content

CI: Replace mix test and mix coveralls with just mix coveralls

rinpatch requested to merge chore/ci-speedup into develop

mix coveralls runs the tests by itself, exits with failure if one of them fails and accepts the same args, so there is no reason to run two of them at the same time.

Merge request reports