docs: correct card count 14 → 15 (weekday is LY + AT pair) (#7)

This commit is contained in:
2026-04-19 09:15:50 +07:00
committed by GitHub
parent 6fbcfc0263
commit eb3630edc9
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -102,12 +102,12 @@ contributionYearQuery ─┬──► SeedRepos + DailyContributionsAllTime + To
commitHistoryQuery ──► Productive + CommitsByLanguage (+ AllTime variants)
14 SVG files per theme
15 SVG files per theme
```
## Test coverage
- `internal/card/card_test.go``RenderAll` produces 14 valid SVGs; XML escape through real render pipeline; `formatInt` cases; `TestDonutSingleSlice` (guards the empty-arc regression); `TestDonutEmpty` (no-data fallback).
- `internal/card/card_test.go``RenderAll` produces 15 valid SVGs; XML escape through real render pipeline; `formatInt` cases; `TestDonutSingleSlice` (guards the empty-arc regression); `TestDonutEmpty` (no-data fallback).
- `internal/github/profile_test.go``sortLangStats` ordering and tiebreak.
- `main_test.go``TestUTCOffsetLabel` covers UTC, Asia/Saigon, half-hour (Kolkata), quarter-hour (Kathmandu) zones.