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
fix(ci): align coverage thresholds in test workflow with vitest.config.js
The GitHub Actions workflow was using a hardcoded 80% threshold for all
coverage metrics, while vitest.config.js uses lower thresholds (45% lines,
60% functions, 75% branches). Updated workflow to use the same thresholds.
https://claude.ai/code/session_014wRFPM6aseKKcCMGhC9WRE
0 commit comments