From 87e2b0592621a2033e3d6dd2024cf7233f6deaf2 Mon Sep 17 00:00:00 2001 From: Michael Hoennig <michael@hoennig.de> Date: Tue, 06 Sep 2022 13:45:33 +0200 Subject: [PATCH] fix gw alias to preserve colors and fix test strength threshold --- build.gradle | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build.gradle b/build.gradle index 68b85e3..6f03be4 100644 --- a/build.gradle +++ b/build.gradle @@ -269,7 +269,7 @@ // As Java unit tests are pretty pointless in our case, this maybe makes not much sense. mutationThreshold = 71 coverageThreshold = 57 - testStrengthThreshold = 99 + testStrengthThreshold = 88 outputFormats = ['XML', 'HTML'] timestampedReports = false -- Gitblit v1.9.3