Skip to end of metadata
Go to start of metadata

Description / Features

Get code coverage for Java project with Atlassian Clover.

Installation

  1. Install the Clover plugin through the Update Center or download it into the SONAR_HOME/extensions/plugins directory
  2. Restart the Sonar server

Usage

License Key and Maven Clover Plugin

From the settings page, the version of the Maven Clover plugin to be used and the license key can be set.

By uploading the license key (clover 1 or clover 2) into Sonar, you will benefit from a centralized configuration.

In case the Clover plugin is defined in the pom.xml of your project, Sonar will use the version defined in the pom with its attached configuration.

Unit Tests and Code Coverage Reports

See the Code Coverage by Unit Tests for Java Project tutorial.

Advanced Parameters

Key

Description

Default value

sonar.java.target

Target java version of the source code.

1.5

Known Limitations

Change Log

Release 2.9 (2 issues)
Type Key Summary Priority
Improvement SONARPLUGINS-2397 Support the new property 'sonar.java.coveragePlugin' Major
Improvement SONARPLUGINS-2363 Upgrade to Sonar 3.0 API Minor

 

Release 2.8 (1 issues)
Type Key Summary Priority
Improvement SONARPLUGINS-1147 Clover should support Maven 3 by default Major

 

Release 2.7 (1 issues)
Type Key Summary Priority
Improvement SONARPLUGINS-1031 Support coverage of new code Major

Labels
  • None