PIT-Timeout durch Integrationstest bereinigt
This commit is contained in:
@@ -76,6 +76,18 @@
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.pitest</groupId>
|
||||
<artifactId>pitest-maven</artifactId>
|
||||
<configuration>
|
||||
<!-- Exclude heavy pipeline integration tests from mutation analysis.
|
||||
These tests run the full batch pipeline (SQLite, PDFBox, filesystem)
|
||||
and exceed PIT minion timeouts. They remain in the normal surefire run. -->
|
||||
<excludedTestClasses>
|
||||
<param>de.gecheckt.pdf.umbenenner.adapter.out.ai.AnthropicClaudeAdapterIntegrationTest</param>
|
||||
</excludedTestClasses>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user