Skip to content

Commit

Permalink
Coverage removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
DjThunder committed Dec 31, 2023
1 parent c75e86a commit da9722c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
1 change: 1 addition & 0 deletions tyrian-parent/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/bin
/target
/META-INF/
/.settings
org.eclipse.core.resources.prefs
org.eclipse.m2e.core.prefs
org.sonar.ide.eclipse.core.prefs
3 changes: 1 addition & 2 deletions tyrian-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<packaging>pom</packaging>
<description>Remake of the original Tyrian on the DOS by Epic Games</description>
<url>https://github.com/b3dgs/tyrian-remake</url>
<modules>
<modules>
<module>../tyrian-assets</module>
<module>../tyrian-game</module>
</modules>
Expand All @@ -33,7 +33,6 @@
<lionengine.version>10.0.0-SNAPSHOT</lionengine.version>
<radial.base-package>com.b3dgs.tyrian</radial.base-package>
<checkstyle.skip>true</checkstyle.skip>
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/../tyrian-pc/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
</properties>
<dependencies>
<dependency>
Expand Down
18 changes: 0 additions & 18 deletions tyrian-pc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,24 +119,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>org/apache/logging/log4j/**/*.class</exclude>
</excludes>
</configuration>
<executions>
<execution>
<id>report-aggregate</id>
<phase>verify</phase>
<goals>
<goal>report-aggregate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit da9722c

Please sign in to comment.