We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Coveralls starts mix task --cover
mix task --cover
excoveralls/lib/mix/tasks.ex
Line 54 in 509c526
threshold
minimum_coverage
Error: Process completed with exit code 3.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Coveralls starts
mix task --cover
excoveralls/lib/mix/tasks.ex
Line 54 in 509c526
which uses its own
threshold
parameter https://github.com/elixir-lang/elixir/blob/caed7d1d3fe368564f7204680c89ae58c8d7303b/lib/mix/lib/mix/tasks/test.coverage.ex#L296C47-L296C47which causes problems when
minimum_coverage
is below 90%.The result is
The text was updated successfully, but these errors were encountered: