Skip to content

Commit

Permalink
Deactivate line coverage in PIT.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Nov 28, 2023
1 parent 328b0a4 commit 24f4fad
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,6 @@
<entryPointClassPackage>edu.hm.hafner.coverage.assertions</entryPointClassPackage>
</configuration>
</plugin>
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<configuration>
<outputFormats>XML,HTML</outputFormats>
<exportLineCoverage>true</exportLineCoverage>
<excludedMethods>
<param>*equals</param>
<param>*hashCode</param>
<param>*toString</param>
</excludedMethods>
</configuration>
</plugin>
<plugin>
<groupId>io.jenkins.tools.incrementals</groupId>
<artifactId>incrementals-maven-plugin</artifactId>
Expand Down

0 comments on commit 24f4fad

Please sign in to comment.