View Source mix cover_diff (CoverDiff v0.1.1)
Generates a coverage report for the code in a git diff.
mix test --cover --export-coverage <filename>
mix cover_diff --base-branch <base_branch> --context <integer> --threshold <percentage>
Unles specified in the command, the arguments will be fetched from the
:test_coverage
configuration, falling back to default values.