Added test and coverage results
All checks were successful
spigotresourcesync/pipeline/head This commit looks good

This commit is contained in:
2024-11-14 03:07:16 +00:00
parent 6bb54c5cdb
commit 5574342811
2 changed files with 12 additions and 1 deletions

10
pom.xml
View File

@@ -54,5 +54,13 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.2</version>
</plugin>
</plugins>
</build>
</project>