Skip to content

Commit

Permalink
Added mutationThreshold AS 85%
Browse files Browse the repository at this point in the history
Signed-off-by: MitchellGale-BitQuill <[email protected]>
  • Loading branch information
MitchellGale committed Dec 21, 2022
1 parent 3cce92e commit 78d5a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ repositories {
pitest {
targetClasses = ['org.opensearch.sql.*']
pitestVersion = '1.9.0'
// threads = 4
outputFormats = ['HTML']
threads = 4
outputFormats = ['HTML', 'XML']
timestampedReports = false
junit5PluginVersion = '1.0.0'
mutationThreshold = 85
Expand Down

0 comments on commit 78d5a7b

Please sign in to comment.