Skip to end of metadata
Go to start of metadata

JaCoCo Plugin comes with Sonar since version 2.12

Compatibility matrix

Plugin

0.1

0.2

0.3

0.4

0.5

0.6

2.12

Sonar

2.2+

2.2+

2.2+

2.6+

2.7+

2.7+

2.12

JaCoCo

0.4.0

0.4.0

0.5.0

0.5.0

0.5.1

0.5.2

0.5.3

Description

JaCoCo is an Open Source and robust code coverage tool, developed by the authors of EclEmma. By default, Sonar is delivered with Cobertura plugin but if you prefer JaCoCo you just have to install this plugin and go back to your favorite practice : the test driven development.

Installation

  1. Use Update Center to install the plugin. If the server can't access Internet, then download and copy the JAR file (see top of this page) into /extensions/plugins/ directory
  2. Restart Sonar server

Usage & Configuration

see Code coverage plugins (Jacoco section)

Changelog