Skip to content

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

Open
@matsokolowski

Description

@matsokolowski

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions