mirror of
https://github.com/tiennm99/ghstats.git
synced 2026-05-17 04:59:03 +00:00
76cf242ee9
- I1 — donut chart with a single slice (100%) now renders via two concentric <circle> elements instead of a degenerate SVG arc that drew nothing. Reproduced with a standalone probe; regression test added separately. - I2 — FetchContributionsAllTime logs a warn to stderr when a year's query returns nil user data so callers notice partial results instead of rendering an empty all-time card silently. - I6 — attributeCommit() receives the repo's byte total precomputed once per repo rather than re-summing language edges for every commit in the inner loop.