From 70db76b4396b42501a2529e7cb2ddfbd1116604c Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Wed, 17 Apr 2019 16:45:16 +0200 Subject: [PATCH] comment access rights on CustomerDTO --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 542e5db4..7efa4725 100644 --- a/build.gradle +++ b/build.gradle @@ -208,7 +208,7 @@ task cucumberTestReport(type: TestReport) { pitest { targetClasses = ['org.hostsharing.hsadminng.*'] - threads = 4 + threads = 2 // Do not set these limit even lower, they are already pretty bad values! // 83%*78% means that only ~66% of the code is properly covered by automated tests.