This SonarQube plugin creates issues if the coverage of a single file or the whole project has been reduced.
- Maven 3.0.5+
- JDK 1.8+
- SonarQube 5.x or 6.x (may work with 4.x)
The plugin only works in SonarQube preview
mode.
To enable the functionality enable the relevant rules in the used Quality Gate.
The rules belong to the coverageEvolution-$LANGUAGE
rule repository.
- This plugin uses old, deprecated APIs and may stop working in future SonarQube versions.
- The plugin always compares the current coverage to the latest coverage reported to SonarQube, which may not be the actual target of the pullrequest.