Track
Frontend
Difficulty
Trivial
Description
The CI workflow runs tests but does not enforce a minimum coverage threshold. Add --coverage to the test script and configure minimum thresholds (line, branch, function) in vitest.config.
Acceptance Criteria
Track
Frontend
Difficulty
Trivial
Description
The CI workflow runs tests but does not enforce a minimum coverage threshold. Add
--coverageto the test script and configure minimum thresholds (line, branch, function) invitest.config.Acceptance Criteria