build: bump git-bot-feedback to v0.6.1#363
Conversation
Moves some much needed logic downstream into git-bot-feedback: `FileFilter::walk_dir()` better supports absolute paths by stripping `repo_root` paths prefixed to the returned results. Also applied to a given relative `root_path`. Also removes a redundant patch to `get_changed_files()`. The results returned there are already relative to the repo root, so there's no need to strip a prefixed path that isn't there. follow-up to #349
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #363 +/- ##
==========================================
- Coverage 92.84% 92.81% -0.03%
==========================================
Files 23 23
Lines 3464 3450 -14
==========================================
- Hits 3216 3202 -14
Misses 248 248 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Warning Review limit reached
More reviews will be available in 46 minutes and 45 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ 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: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
✨ 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 |
Moves some much needed logic downstream into git-bot-feedback:
FileFilter::walk_dir()better supports absolute paths by strippingrepo_rootpaths prefixed to the returned results. Also applied to a given relativeroot_path.Also removes a redundant patch to
get_changed_files(). The results returned there are already relative to the repo root, so there's no need to strip a prefixed path that isn't there.follow-up to #349