Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 2.0.1
-
Fix Version/s: None
-
Component/s: Maven Plugin
-
Labels:None
-
Environment:Windows XP 2002 SP 3
-
Number of attachments :
Description
I'm using maven-surefire-plugin (2.5) and cobertura-maven-plugin (2.3). When I run "mvn clean sonar:sonar" at the command line I can see that unit tests are run successfully, but in the Sonar dashboard the coverage is reported as 0%. If I remove the maven-surefire-plugin from my pom and try again, the Sonar dashboard displays the expected non-zero amount of code coverage. This is happening with Sonar 2.0.1, but it also was a problem with Sonar 1.11.1.
Issue Links
- relates to
-
MCOBERTURA-70
I must run 'mvn cobertura:cobertura' twice to get a valid coverage report.
-