PIT auf Domain und Application beschränken
This commit is contained in:
@@ -50,6 +50,20 @@
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.pitest</groupId>
|
||||
<artifactId>pitest-maven</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>pitest</id>
|
||||
<configuration>
|
||||
<skip>false</skip>
|
||||
<coverageThreshold>70</coverageThreshold>
|
||||
<mutationThreshold>70</mutationThreshold>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user