excoveralls_sonarqube v0.1.2 mix sonarqube
Converts Excoveralls JSON to the SonarQube XML.
Usage
mix sonarqube [--input INPUT_FILE] [--output OUTPUT_FILE]
By default INPUT_FILE
is cover/excoveralls.json
and OUTPUT_FILE
is cover/sonarqube.xml
Link to this section Summary
Functions
A task needs to implement run
which receives
a list of command line args
Link to this section Functions
Link to this function
create_dir(output_file)
Link to this function
do_run(map)
Link to this function
parse_options(args)
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
.
Link to this function
to_xml(json)