Skip to content

Merge branch 'main' into NIAD-3216-remove-dummy-from-specimen

aa78d1e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

NIAD-3216: When DiagnosticReport doesn't contain a Specimen reference, we are sending a value of DUMMY #1326

Merge branch 'main' into NIAD-3216-remove-dummy-from-specimen
aa78d1e
Select commit
Loading
Failed to load commit list.
GitHub Actions / pitest completed Sep 24, 2025 in 0s

Pitest mutation testing feedback

  • Surviving mutants in this change: 1
  • Killed mutants in this change: 16
class surviving killed
🧟uk.nhs.adaptors.gp2gp.ehr.mapper.diagnosticreport.DiagnosticReportMapper 1 16

See https://pitest.org

Annotations

Check warning on line 189 in service/src/main/java/uk/nhs/adaptors/gp2gp/ehr/mapper/diagnosticreport/DiagnosticReportMapper.java

See this annotation in the file changed.

@github-actions github-actions / pitest

A change can be made to a lambda on line 189 without causing a test to fail

removed conditional - replaced equality check with true in 2nd lambda in assignDummySpecimensToObservationsWithNoSpecimen (covered by 5 tests RemoveConditionalMutator_EQUAL_IF)