Expand description
Comment body rendering for GitHub PR comments.
Produces rich Markdown that includes a verdict badge, metric comparison table, trend indicators, optional blame attribution, and collapsible raw data.
Structs§
- Comment
Options - Options for customizing the rendered comment.
Functions§
- parse_
github_ repository - Parse the
GITHUB_REPOSITORYenv var into(owner, repo). - parse_
pr_ number_ from_ ref - Extract the PR number from a GitHub ref like
refs/pull/123/merge. - render_
comment - Render a full PR comment body from a
CompareReceipt. - render_
comment_ from_ report - Render a full PR comment body from a
PerfgateReport.