NIAD-3208: CustomTrustStore refactoring to exclude weird dependencies #830
Annotations
4 warnings
|
2 different changes can be made to line 37 without causing a test to fail:
service/src/main/java/uk/nhs/adaptors/gp2gp/common/configuration/AppInitializer.java#L37
removed conditional - replaced equality check with true (no tests cover this line RemoveConditionalMutator_EQUAL_IF)
removed conditional - replaced equality check with false (no tests cover this line RemoveConditionalMutator_EQUAL_ELSE)
|
|
2 different changes can be made to line 38 without causing a test to fail:
service/src/main/java/uk/nhs/adaptors/gp2gp/common/configuration/AppInitializer.java#L38
removed conditional - replaced equality check with false (no tests cover this line RemoveConditionalMutator_EQUAL_ELSE)
removed conditional - replaced equality check with true (no tests cover this line RemoveConditionalMutator_EQUAL_IF)
|
|
A change can be made to line 39 without causing a test to fail:
service/src/main/java/uk/nhs/adaptors/gp2gp/common/configuration/AppInitializer.java#L39
replaced return value with null for getS3Client (no tests cover this line NullReturnValsMutator)
|
|
pitest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|