renderExecutionOverlaySection
function renderExecutionOverlaySection(section, options?): string;Defined in: src/ci/buildReport.ts:420
Renders an execution-overlay section to Markdown. Pass includeDiagram: false to drop the fenced Mermaid block once a report has crossed a
platform’s diagram-size budget — mirrors renderAslFileSection.
Parameters
Section titled “Parameters”section
Section titled “section”options?
Section titled “options?”RenderExecutionOverlaySectionOptions = ...
Returns
Section titled “Returns”string