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 coverage: run vitest per-package, merge lcov reports with path prefixes
Running vitest from the workspace root with --coverage.enabled doesn't
properly apply per-package globals config. Switch to per-package vitest
runs using pnpm --filter, merge lcov reports with corrected paths, and
install the coverage provider before tests to avoid node_modules issues.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments