Scapa
A static code analysis tool focused on keeping documentation up to date with the related code.
Installation
The package can be installed
by adding scapa to your list of dependencies in mix.exs:
def deps do
[
{:scapa, "~> 0.1.0", only: [:dev, :test], runtime: false}
]
endFor devs
Run coverage report
mix coveralls.html -o cover