ci: trigger test and ruff on uv.lock changes#186
Conversation
The branch ruleset requires the 'test' and 'ruff' checks, but their workflows' paths filters omitted uv.lock. Dependabot uv-group PRs (which only touch uv.lock) therefore never ran the required checks and stayed permanently BLOCKED. Add uv.lock to both filters.
|
Warning Review limit reached
More reviews will be available in 1 minute and 24 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #186 +/- ##
==========================================
+ Coverage 92.25% 92.26% +0.01%
==========================================
Files 24 24
Lines 6893 6893
==========================================
+ Hits 6359 6360 +1
+ Misses 534 533 -1 🚀 New features to boost your workflow:
|
Summary
mainrequires thetestandruffstatus checks.tests.yml,lint.yml) hadpaths:filters that omitteduv.lock.uv.lock, so the required checks never triggered → those PRs were permanently BLOCKED (e.g. build(deps): bump aiohttp from 3.13.5 to 3.14.0 in the uv group across 1 directory #184 aiohttp bump).This adds
uv.lockto the push + pull_requestpaths:filters in both workflows so the required checks run on dependency-lock updates.Test plan
testandruffchecks run on this PRtest/ruffrun there