Skip to content

Commit 3eff413

Browse files
chore: adds a header row for baseline info markdown
1 parent de78c5e commit 3eff413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/accuracy/generateTestSummary.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ function generateMarkdownBrief(
230230
markdownTexts.push(
231231
...[
232232
"## 📊 Baseline Comparison",
233+
"| Metric | Value |",
233234
"|--------|-------|",
234235
`| **Baseline Commit** | \`${baselineInfo.commitSHA}\` |`,
235236
`| **Baseline Run ID** | \`${baselineInfo.accuracyRunId}\` |`,

0 commit comments

Comments
 (0)