This is a library to store custom Mix tasks for the dashboard application. You can see all available
tasks by running mix help
at the command prompt.
Mix.Tasks.Test.All This task runs dialyzer, coveralls, test, and credo in strict mode.
Example:
$ mix test.all