Authors |
|
Jira |
http://jira.codehaus.org/browse/SONARPLUGINS/component/13740 |
Last Version |
0.3 (check version compatibility ) |
License |
LGPL v3 |
Sources |
|
Download |
Description / Features
Emma is an Open Source and robust code coverage tool. By default, Sonar is delivered with Cobertura and Clover plugins but if you prefer Emma you just have to install this plugin and go back to your favorite practice : the test driven development.
Usage & Installation
- Copy the jar into /extensions/plugins/ directory
- Restart Sonar Web server
To activate Emma on all projects :
- Log in as administrator
- Go to Configuration -> Settings -> General
- Set the property "Code coverage plugin" to "emma"
To activate Emma on selected projects :
- Add the property 'sonar.core.codeCoveragePlugin=emma' when executing the maven plugin. This can be set in pom.xml or in command line.
Known limitations
The XML report generated by Emma doesn't contain detailed information about the coverage of each line of code. So, when using this plugin, the "Coverage" tab in the Sonar source code viewer doesn't display coverage information.

