Skip to content

Commit

Permalink
Remove jacoco build configs
Browse files Browse the repository at this point in the history
Data is not used/displayed anywhere and tests are not exhaustive thus
trying to have code coverage is just losing time.
  • Loading branch information
akurtakov committed Apr 12, 2024
1 parent 7fb00a7 commit b40df08
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,23 +133,6 @@
</configuration>
</plugin>

<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<executions>
<execution>
<goals><goal>prepare-agent</goal></goals>
</execution>
</executions>
<configuration>
<append>true</append>
<destFile>${sonar.jacoco.reportPath}</destFile>
<includes>
<include>org.eclipse.corrosion*</include>
</includes>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-p2-extras-plugin</artifactId>
Expand Down

0 comments on commit b40df08

Please sign in to comment.