compile_code_summary

lsst.ctrl.bps.compile_code_summary(report: WmsRunReport) list[str]

Add missing entries to the exit code summary if necessary.

A WMS plugin may exclude job labels for which there are no failures from the exit code summary. The function will attempt to use the job summary, if available, to add missing entries for these labels.

Parameters:
reportlsst.ctrl.bps.WmsRunReport

Information about a single run.

Returns:
warningslist [str]

List of messages describing any non-critical issues encountered during processing. Empty if none.