Skip to content

Commit

Permalink
Problem: cobertura does not correctly report code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
c-rack committed Sep 4, 2015
1 parent 6ac4341 commit 2979bef
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions pom.xml
Expand Up @@ -127,6 +127,19 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.5.201505241946</version>
<executions>
<execution>
<id>prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
Expand All @@ -146,16 +159,6 @@
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<configuration>
<formats>
<format>xml</format>
</formats>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
Expand Down

0 comments on commit 2979bef

Please sign in to comment.