Skip to content

Commit

Permalink
Enable pitest junit5 integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Aug 16, 2023
1 parent 0234e06 commit c7faa2f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,19 +242,17 @@
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.14.3</version>
<!-- https://github.com/pitest/pitest-junit5-plugin - 20230226 does not work
<dependencies>
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-junit5-plugin</artifactId>
<version>1.1.2</version>
<version>1.2.0</version>
</dependency>
</dependencies-->
</dependencies>
<configuration>
<timeoutConstant>8000</timeoutConstant>
<threads>8</threads>
<!-- does not work with jUnit5, dependency to junit5 plugin crashes JDK: coverageThreshold>80</coverageThreshold-->
<!--mutationThreshold>8</mutationThreshold-->
<coverageThreshold>96</coverageThreshold>
<failWhenNoMutations>false</failWhenNoMutations>
<verbose>true</verbose>
<targetClasses>
Expand Down

0 comments on commit c7faa2f

Please sign in to comment.