/sonar-cobertura-plugin

SonarQube plugin for parsing cobertura reports.

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

sonar-cobertura-plugin

pipeline status quality gate code test coverage technical dept

The repository is a SonarQube plugin for parsing reports from cobertura. This is not a standalone plugin yet, i.e. it needs to be embedded within another plugin.

Usage

In order to include the code from this repository, you'll first need to add the repository.

repositories {
    maven {
        url  "https://dl.bintray.com/raatiniemi/maven"
    }
}

And, then you need to declare it as a dependency using compile 'me.raatiniemi.sonar:cobertura:$latestVersion'.

Dependency examples are using Gradle, for additional dependency options you can checkout sonar-cobertura-plugin at bintray.