Conversation
Some jobs has too much minutes to wait.
Point to CI not previous test.
|
Warning Rate limit exceeded@5ouma has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 9 minutes and 54 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (2)
Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. ✨ 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 #351 +/- ##
=======================================
Coverage 20.44% 20.44%
=======================================
Files 9 9
Lines 181 181
=======================================
Hits 37 37
Misses 130 130
Partials 14 14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR completes the CI migration by updating references from the old test.yml workflow to the new ci.yml workflow and optimizing timeout values based on actual job performance.
- Updates the README badge to reference the new
ci.ymlworkflow instead oftest.yml - Reduces timeout values for the test job (3→1 minutes) and dry-run-publish job (3→2 minutes) to better reflect actual execution times
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/README.md | Updates CI workflow badge from test.yml to ci.yml |
| .github/workflows/ci.yml | Optimizes timeout minutes for test and dry-run-publish jobs |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Make the file name lowercase. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Souma <101255979+5ouma@users.noreply.github.com>
close #
✏️ Description