Skip to content

Commit

Permalink
Remove jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
patelh committed Aug 7, 2018
1 parent a0f777d commit 2c42dca
Showing 1 changed file with 1 addition and 47 deletions.
48 changes: 1 addition & 47 deletions db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,53 +127,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
<!--plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.1</version>
<executions>
<execution>
<id>prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
<configuration>
<propertyName>surefireArgLine</propertyName>
</configuration>
</execution>
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
<execution>
<id>check</id>
<phase>test</phase>
<goals>
<goal>check</goal>
</goals>
<configuration>
<rules>
<rule implementation="org.jacoco.maven.RuleConfiguration">
<element>BUNDLE</element>
<limits>
<limit implementation="org.jacoco.report.check.Limit">
<counter>COMPLEXITY</counter>
<minimum>0.60</minimum>
</limit>
<limit implementation="org.jacoco.report.check.Limit">
<value>COVEREDRATIO</value>
<minimum>0.80</minimum>
</limit>
</limits>
</rule>
</rules>
</configuration>
</execution>
</executions>
</plugin-->

</plugins>
</build>

Expand Down

0 comments on commit 2c42dca

Please sign in to comment.