View Source API Reference CoverDiff v0.1.1
Modules
Generates a coverage report for the code in a git diff. To use it as a coverage module
THis module wraps the Erlang :cover
module functionality.
Parses a diff into a list of additions and context, excluding deletions. For simplicity, the diff will be generated with the --no-prefix option (meaning there will be no "a/" and "b/" prefixes before file paths.)
Mix Tasks
Generates a coverage report for the code in a git diff.