Commit cb4934a
Fix cosmetic issues in repo stats display (#160)
## Summary
- Cherry-picked addressed/unaddressed review counts feature (`b623862`,
`28d1161`)
- Fixed misaligned output labels in `repo show` so all review stat
numbers align at the same column
- Fixed inconsistent struct field type alignment in `RepoStats`
- Added test coverage for `AddressedReviews` and `UnaddressedReviews`
fields in `TestGetRepoStats`
<img width="331" height="252" alt="image"
src="https://github.com/user-attachments/assets/f15419ed-e9a1-4cbb-bbce-4eb513105c76"
/>
## Test plan
- [x] `go test ./internal/storage/ -run TestGetRepoStats` passes
- [x] Verify `roborev repo show` output alignment visually
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent dfe03b6 commit cb4934a
3 files changed
+36
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
352 | | - | |
353 | | - | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
637 | 637 | | |
638 | 638 | | |
639 | 639 | | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
640 | 669 | | |
641 | 670 | | |
642 | 671 | | |
| |||
0 commit comments