Hotspots
Codebase
What it measures
The files with the highest churn × lines-changed score across merged PRs — the top 20 most frequently and heavily edited files in the window.
Why it matters
Hotspots are where change concentrates. They're prime candidates for extra test coverage, careful review, or refactoring — and often where bugs cluster.
How to read it
- Bars show file basenames; hover or open the drill-down for the full path.
- Noise files (lockfiles, generated code such as committed .d.ts rollups) are excluded via codebase.excludeGlobs so real code surfaces.
Anti-blame
Hotspots are about files, not people. No author is associated with any file.