Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ci): separate test and coverage steps
- Updated `.github/workflows/ci.yml`: - Split the "Test" step into two separate steps: one for running tests (`npm run test`) and another for coverage generation (`npm run test:coverage`). - Ensures more granular execution and better step visibility in CI pipelines.
- Loading branch information