| Wiki Markup |
|---|
{iframe:src=http://update.sonarsource.org/plugins/clover.html|width=700|height=250|frameborder=0}
{color:#333333}Your browser does not support iframes.{color}{iframe} |
Description
Get code coverage with Atlassian Clover.
Configuration
In order to make Sonar use the Clover java Java code coverage engine, the property "sonar.core.codeCoveragePlugin" must be set to "clover". It can be set in different locations:
- Global settings (Configuration - > Global Settings - > CoreCode Coverage). It will be applied apply to all Java projects.
- Project settings (Project - > Settings - > Core)Code Coverage). It will apply to this specific projet.
- Build tool settingsettings, for example a Maven property in the pom or a command-line property.
Then from From the Settings settings pages, the version of the clover maven Maven Clover plugin to be used and the license key can be defined :set.
By uploading the license key (clover 1 or clover 2) into Sonar, you benefit from a centralized configuration.
By default, the sonar-plugin-clover1 runs the maven-clover-plugin.
By default, the sonar-plugin-clover2 runs the maven-clover2-plugin.
| Note |
|---|
In case the clover Clover plugin is defined in the pom.xml of your project, Sonar will use the version defined in the pom with its attached configuration. |
Known
...
Limitations
- Problems with GWT - see SONARPLUGINS-1048
Changelog
| JIRA Issues | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| JIRA Issues | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|

