View Source Scapa
A static code analysis tool focused on keeping documentation up to date with the related code.
installation
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}
]
end
for-devs
For devs
run-coverage-report
Run coverage report
mix coveralls.html -o cover