Commit 436d4a2
fix(dashboard): require the primary item count in the coverage guard
The report-backed check accepted a BCL+Celerity pair at any of a collection's
item counts, but a grid card's chart is always `seriesFor(..., primaryN)` — the
ratio text falls back to the smaller count, the sparkline does not. So a
collection with data only at 1k rendered "awaiting data" while the guard passed.
Check the primary count alone, which is what decides the card.
Also condense the two new CHANGELOG entries to the documented "a few sentences"
budget, since release.yml lifts the whole section into the GitHub Release body.
Both raised in review on #327.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 0d543bd commit 436d4a2
2 files changed
Lines changed: 11 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
170 | 174 | | |
| 175 | + | |
171 | 176 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
179 | 181 | | |
180 | 182 | | |
181 | 183 | | |
| |||
0 commit comments