Commit 97d9797
ci(accuracy): publish accuracy report to log + artifact
The accuracy-harness workflow only ran the `accuracy check` gate, which
prints a single pass/fail line and uploads nothing, so the actual
positioning numbers were never visible in a CI run.
Add a step that runs `accuracy baseline` to regenerate the report, render
the Markdown table into the job summary (and log), and upload the JSON +
Markdown as a per-SHA artifact for cross-run comparison. Also add a
`workflow_dispatch` trigger to regenerate numbers on demand. The existing
regression gate is unchanged.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent d7cc59c commit 97d9797
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
58 | 78 | | |
59 | 79 | | |
60 | 80 | | |
| |||
0 commit comments