ExcoverallsSonarqube

This package helps to convert Excoveralls JSON to the SonarQube XML report.

Installation

If available in Hex, the package can be installed by adding excoveralls_sonarqube to your list of dependencies in mix.exs:

def deps do
  [
    {:excoveralls_sonarqube, "~> 0.1"}
  ]
end

Usage

mix sonarqube /tmp/excoveralls.json /tmp/sonarqube.xml