Skip to content

Commit ee9babc

Browse files
nanotaboadaCopilot
andcommitted
fix(coderabbit): align CI workflow path instructions with actual implementation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b5524c1 commit ee9babc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.coderabbit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ reviews:
113113
- path: ".github/workflows/*.yml"
114114
instructions: |
115115
- 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
116+
- Check that dependencies are installed via uv pip install --group dev
117+
- Ensure pytest runs with -v for verbosity and --cov for coverage reporting
118118
- Validate coverage report upload step is present
119119
120120
path_filters:

0 commit comments

Comments
 (0)