You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Codebase health is strong at a quality score of 91.9/100. The repository continues its steady growth — 1.88M LOC across 6,064 tracked files, up +1.8% (7d) and +9.5% (30d). Test coverage remains excellent with a test-to-source ratio of 1.96 (477,598 test LOC vs 243,790 Go source LOC), and documentation grew a notable +45% over 30 days to 110,460 LOC.
The dominant activity signal remains generated-file churn: *.lock.yml and actions-lock.json accounted for ~1.07M changed lines this week (262 files), versus 46,200 added / 15,465 deleted across 953 source files in 258 commits. As designed, generated churn is excluded from the quality score so the churn-stability component (12.6/15) reflects actionable source volatility only.
No metric requires urgent attention. The two watch-items are the growing count of large files (>500 LOC): now 937, and a gently declining test/source ratio (1.96, down from ~2.13 in mid-May) as source outpaces test growth — both healthy today but worth tracking.
📊 Visualizations
YAML (498k) and Go Tests (478k) lead; Go Source is 244k — the codebase is test- and config-heavy.
pkg/ (748k) and .github/ (610k, incl. workflows) dominate the LOC distribution.
Test Coverage (30/30) and Documentation (20/20) are maxed; Churn Stability (12.6/15) and Comment Density (8.3/10) have the most headroom.
Test LOC is ~1.96× source LOC — well above the recommended 0.5–1.0 band.
Top source churn (7d) centers on docs reference generation, the parser package, and workflow security tests.
LOC rises steadily; the test-ratio proxy drifts slowly down while quality holds in the low-90s.
View Full Details
Size
Metric
Current
7d
30d
Total LOC
1,876,841
+1.8% ⬆️
+9.5% ⬆️
Total files
6,064
+3.9% ⬆️
+17.4% ⬆️
Go files
2,492
—
—
Go source LOC
243,790
+2.5% ⬆️
+10.8% ⬆️
Top languages
YAML 498k · Go Tests 478k · JS_CJS 284k · Markdown 273k · Go Source 244k
Churn — Generated (*.lock.yml, actions-lock.json) — informational only
Metric
Value
Files modified
262
Lines added
535,543
Lines deleted
536,769
Net change
-1,226
Workflows & Docs
Metric
Current
30d
Workflows (.md)
357
+4.1% ⬆️
Compiled .lock.yml
257
⬆️
Avg workflow size
233.5 lines
—
Doc files
in docs/
—
Doc LOC
110,460
+45.3% ⬆️
Quality Score Breakdown — 91.9 / 100
Component
Weight
Score
Test Coverage
30%
30.0
Code Organization
25%
21.0
Documentation
20%
20.0
Churn Stability
15%
12.6
Comment Density
10%
8.3
Total
100%
91.9
Recommendations
Watch large-file growth (937 files >500 LOC, +158% over 30d). Much of the increase is generated/table content, but review the largest hand-written source files in pkg/ for extraction opportunities.
Preserve the test/source ratio (1.96). Source is growing slightly faster than tests; add tests alongside new pkg/parser and pkg/workflow code to keep the ratio above 1.5.
Lift comment density (9.91%). Add doc-comments to exported Go functions in the most-churned packages to raise the 8.3/10 component.
Generated churn remains dominant (~1.07M lines/week). Correctly excluded from quality scoring; no action needed, but confirm lock-file regeneration stays deterministic to avoid noise.
Documentation growth is healthy (+45% 30d). Keep the docs reference generation in sync — it was a top churn source this week.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Codebase health is strong at a quality score of
91.9/100. The repository continues its steady growth — 1.88M LOC across 6,064 tracked files, up +1.8% (7d) and +9.5% (30d). Test coverage remains excellent with a test-to-source ratio of 1.96 (477,598 test LOC vs 243,790 Go source LOC), and documentation grew a notable +45% over 30 days to 110,460 LOC.The dominant activity signal remains generated-file churn:
*.lock.ymlandactions-lock.jsonaccounted for ~1.07M changed lines this week (262 files), versus 46,200 added / 15,465 deleted across 953 source files in 258 commits. As designed, generated churn is excluded from the quality score so the churn-stability component (12.6/15) reflects actionable source volatility only.No metric requires urgent attention. The two watch-items are the growing count of large files (>500 LOC): now 937, and a gently declining test/source ratio (1.96, down from ~2.13 in mid-May) as source outpaces test growth — both healthy today but worth tracking.
📊 Visualizations
YAML (498k) and Go Tests (478k) lead; Go Source is 244k — the codebase is test- and config-heavy.
pkg/(748k) and.github/(610k, incl. workflows) dominate the LOC distribution.Test Coverage (30/30) and Documentation (20/20) are maxed; Churn Stability (12.6/15) and Comment Density (8.3/10) have the most headroom.
Test LOC is ~1.96× source LOC — well above the recommended 0.5–1.0 band.
Top source churn (7d) centers on docs reference generation, the parser package, and workflow security tests.
LOC rises steadily; the test-ratio proxy drifts slowly down while quality holds in the low-90s.
View Full Details
Size
Quality
Tests
Churn — Source (7d, excludes generated files)
Churn — Generated (
*.lock.yml,actions-lock.json) — informational onlyWorkflows & Docs
.md).lock.ymldocs/Quality Score Breakdown — 91.9 / 100
Recommendations
pkg/for extraction opportunities.pkg/parserandpkg/workflowcode to keep the ratio above 1.5.References: §29276207002
Beta Was this translation helpful? Give feedback.
All reactions