excoveralls v0.9.2 mix coveralls
Provides an entry point for displaying coveralls.io from local server.
Link to this section Summary
Functions
Provides the logic to switch the parameters for ExCoveralls.run/3
A task needs to implement run
which receives
a list of command line args
Link to this section Functions
Link to this function
do_run(args, options)
Provides the logic to switch the parameters for ExCoveralls.run/3.
Link to this function
run(args)
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.