Skip to content

Commit e89cf23

Browse files
chore: adds a header row for baseline info markdown
1 parent a273f08 commit e89cf23

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
@@ -217,6 +217,7 @@ function generateMarkdownBrief(
217217
markdownTexts.push(
218218
...[
219219
"## 📊 Baseline Comparison",
220+
"| Metric | Value |",
220221
"|--------|-------|",
221222
`| **Baseline Commit** | \`${baselineInfo.commitSHA}\` |`,
222223
`| **Baseline Run ID** | \`${baselineInfo.accuracyRunId}\` |`,

0 commit comments

Comments
 (0)