fix(workflow): update pre-commit requirements to ensure coverage goals are met

This commit is contained in:
GitHub Actions
2025-12-02 01:25:49 +00:00
parent 4e975421de
commit fa01664eb7
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ Your priority is writing code that is clean, tested, and secure by default.
- Run `go mod tidy`.
- Run `go fmt ./...`.
- Run `go test ./...` to ensure no regressions.
- **MANDATORY**: Run `pre-commit run --all-files` and fix any issues immediately.
- **MANDATORY**: Run `pre-commit run --all-files` and fix any issues immediately and make sure coverage goals are met or exceeded.
</workflow>
<constraints>

View File

@@ -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`.
- Run `npm run test` (Ensure no regressions).
- **MANDATORY**: Run `pre-commit run --all-files` and fix any issues immediately..
- **MANDATORY**: Run `pre-commit run --all-files` and fix any issues immediately and make sure coverage goals are met or exceeded.
</workflow>
<constraints>