Skip to content

Commit ab4e39c

Browse files
authored
Update reports.py
1 parent 826415f commit ab4e39c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ix_style/verification/reports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def build(self, result: VerificationResult) -> ReviewArtifactPackage:
9393
"failures": list(result.failures),
9494
"derived_active_degradation_flags": list(result.derived_active_degradation_flags),
9595
"derived_dominant_safety_posture": result.derived_dominant_safety_posture.value,
96+
"pipeline_trace": _serialize(result.pipeline_trace),
9697
}
9798

9899
manifest = {

0 commit comments

Comments
 (0)