We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5524c1 commit ee9babcCopy full SHA for ee9babc
.coderabbit.yaml
@@ -113,8 +113,8 @@ reviews:
113
- path: ".github/workflows/*.yml"
114
instructions: |
115
- Verify uv is set up via astral-sh/setup-uv with a pinned version
116
- - Check that dependencies are installed via uv pip install -e . --group dev
117
- - Ensure pytest runs once with combined -v and --cov flags
+ - Check that dependencies are installed via uv pip install --group dev
+ - Ensure pytest runs with -v for verbosity and --cov for coverage reporting
118
- Validate coverage report upload step is present
119
120
path_filters:
0 commit comments