excoveralls v0.13.3 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
parse_common_options(args, common_options)
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
.