Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excoveralls minimum_coverage conflicts with new Elixir changes. Result: Error: Process completed with exit code 3. #317

Open
matsokolowski opened this issue Aug 4, 2023 · 0 comments

Comments

@matsokolowski
Copy link

matsokolowski commented Aug 4, 2023

Coveralls starts mix task --cover

Runner.run(test_task, ["--cover"] ++ args)

which uses its own threshold parameter https://github.com/elixir-lang/elixir/blob/caed7d1d3fe368564f7204680c89ae58c8d7303b/lib/mix/lib/mix/tasks/test.coverage.ex#L296C47-L296C47
which causes problems when minimum_coverage is below 90%.
The result is

Error: Process completed with exit code 3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant