File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Run the pre-commit checklist for this project:
77 changes made, referencing the issue number.
882 . Run ` uv run flake8 . ` — must pass.
993 . Run ` uv run black --check . ` — must pass (run ` uv run black . ` to auto-fix).
10- 4 . Run ` uv run pytest --cov=./ --cov-report=term ` — all tests must pass, coverage must be ≥80%.
10+ 4 . Run ` uv run pytest --cov=./ --cov-report=term --cov-fail-under=80 ` — all tests must pass, coverage must be ≥80%.
11115 . If ` coderabbit ` CLI is installed, run ` coderabbit review --type uncommitted --prompt-only ` :
1212 - If actionable/serious findings are reported, stop and address them before proposing the commit.
1313 - If only nitpick-level findings, report them and continue to the commit proposal.
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ open PRs, or create tags until I explicitly confirm.
6363
64645 . ** Propose commit** : ` docs(changelog): release vX.Y.Z Codename `
6565
66- 6 . ** After confirmation** : commit. Then run steps 2–4 of ` /pre-commit ` (linting,
67- formatting, tests — the CHANGELOG step is already handled). Push the branch
68- and open a PR into ` master ` only once all checks pass.
66+ 6 . ** After confirmation** : commit. Then run steps 2–5 of ` /pre-commit ` (linting,
67+ formatting, tests, CodeRabbit review — the CHANGELOG step is already handled).
68+ Push the branch and open a PR into ` master ` only once all checks pass.
6969
7070---
7171
You can’t perform that action at this time.
0 commit comments