Skip to content

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.

ExecutionOverlaySection

RenderExecutionOverlaySectionOptions = ...

string