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(workflows): improve test workflow with coverage and artifact upload
- Revised workflow to include:
- Coverage report generation with `npm run coverage`.
- Artifact upload for coverage reports (only for Node.js 20.x).
- Updated dependencies in `package.json` to include `@vitest/coverage-v8` for enhanced coverage support.
- Enhanced vitest configuration to use additional coverage reporters: `json-summary`, `html`, and `lcov`.
This change improves CI test coverage tracking and aligns workflows with best practices.
<!-- ps-id: 117158f7-3c26-4834-8e08-6c2842186ad9 -->
0 commit comments