Skip to content

Commit

Permalink
Update pitest and increase mutation coverage (strimzi#121)
Browse files Browse the repository at this point in the history
Signed-off-by: see-quick <maros.orsak159@gmail.com>
  • Loading branch information
see-quick committed Dec 4, 2024
1 parent 4977c5c commit c3beb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<maven.gpg.version>1.6</maven.gpg.version>
<sonatype.nexus.staging>1.7.0</sonatype.nexus.staging>
<pit-junit-plugin.version>1.2.1</pit-junit-plugin.version>
<pit-plugin.version>1.17.0</pit-plugin.version>
<pit-plugin.version>1.17.2</pit-plugin.version>

<!-- FIX VULNERABILITY VERSIONS -->
<commons-compress.version>1.26.1</commons-compress.version>
Expand Down Expand Up @@ -454,7 +454,7 @@
<avoidCallsTo>org.slf4j</avoidCallsTo>
<avoidCallsTo>org.apache.commons.logging</avoidCallsTo>
</avoidCallsTo>
<mutationThreshold>81</mutationThreshold>
<mutationThreshold>91</mutationThreshold>
<coverageThreshold>72</coverageThreshold>
<verbose>true</verbose>
</configuration>
Expand Down

0 comments on commit c3beb80

Please sign in to comment.