Skip to content

build: bump git-bot-feedback to v0.6.1#363

Merged
2bndy5 merged 2 commits into
mainfrom
strip-prefix-walk-dir-results
Jun 15, 2026
Merged

build: bump git-bot-feedback to v0.6.1#363
2bndy5 merged 2 commits into
mainfrom
strip-prefix-walk-dir-results

Conversation

@2bndy5

@2bndy5 2bndy5 commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

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

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
@2bndy5 2bndy5 added the bug Something isn't working label Jun 15, 2026
@codecov

codecov Bot commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.81%. Comparing base (9c54ee6) to head (15f95e2).
⚠️ Report is 2 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@2bndy5 2bndy5 marked this pull request as ready for review June 15, 2026 10:40
@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@2bndy5, we couldn't start this review because you've reached your PR review rate limit.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d649e41d-0587-4675-8e25-47242657d51f

📥 Commits

Reviewing files that changed from the base of the PR and between 790bc1d and 15f95e2.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (5)
  • cpp-linter/Cargo.toml
  • cpp-linter/src/git.rs
  • cpp-linter/src/rest_client.rs
  • cpp-linter/src/run.rs
  • cpp-linter/tests/paginated_changed_files.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch strip-prefix-walk-dir-results

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@2bndy5 2bndy5 merged commit badba09 into main Jun 15, 2026
73 checks passed
@2bndy5 2bndy5 deleted the strip-prefix-walk-dir-results branch June 15, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant