feat(workflow): update verification steps to include mandatory frontend test coverage script
This commit is contained in:
2
.github/agents/Frontend_Dev.agent.md
vendored
2
.github/agents/Frontend_Dev.agent.md
vendored
@@ -35,7 +35,7 @@ You do not just "make it work"; you make it **feel** professional, responsive, a
|
||||
3. **Verification (Definition of Done)**:
|
||||
- Run `npm run lint` and fix warnings and errors (so they don't become warnings).
|
||||
- Run `npm run test` (Ensure no regressions).
|
||||
- Run `npm run type-check`
|
||||
- Run `npm run type-check`
|
||||
- **MANDATORY**: Run `scripts/frontend-test-coverage.sh` as well as and fix any issues immediately and make sure coverage goals are met or exceeded.
|
||||
</workflow>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user