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
feat: support multiple named coverage categories per project
Lets one project track several independently-trended report series (e.g.
"backend" and "frontend") instead of a single series per commit, so repos
with multiple test suites/frameworks get separate coverage/complexity/
duplication history instead of one overwriting the other. Adds a `category`
column to coverage_runs/coverage_daily, a grouped trend endpoint, a
stacked-chart dashboard view (one chart per category), and an optional
`category` input on the reporting GitHub Action. Defaults to "default"
everywhere so existing single-category callers are unaffected.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments