comment access rights on CustomerDTO
This commit is contained in:
parent
a89967e91b
commit
70db76b439
@ -208,7 +208,7 @@ task cucumberTestReport(type: TestReport) {
|
|||||||
|
|
||||||
pitest {
|
pitest {
|
||||||
targetClasses = ['org.hostsharing.hsadminng.*']
|
targetClasses = ['org.hostsharing.hsadminng.*']
|
||||||
threads = 4
|
threads = 2
|
||||||
|
|
||||||
// Do not set these limit even lower, they are already pretty bad values!
|
// 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.
|
// 83%*78% means that only ~66% of the code is properly covered by automated tests.
|
||||||
|
Loading…
Reference in New Issue
Block a user