chore: re-add replaces for development#3161
Conversation
|
Warning Rate limit exceeded
⌛ 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. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan for PR comments
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 |
|
Claude finished @julienrbrt's task in 1m 25s —— View job Code Review
SummaryThis PR re-adds local Changes Reviewed
replace (
github.com/evstack/ev-node => ../../
github.com/evstack/ev-node/execution/evm => ../../execution/evm
)
replace github.com/evstack/ev-node => ../../.ObservationsCorrectness: The replace directives are valid relative paths within this monorepo and are consistent with the existing pattern in Minor inconsistency (non-blocking): Missing go.sum cleanup: The corresponding entries were removed from VerdictThe changes are straightforward and correct. This follows the established monorepo development pattern. LGTM. |
|
The latest Buf updates on your PR. Results from workflow CI / buf-check (pull_request).
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3161 +/- ##
=======================================
Coverage 60.20% 60.20%
=======================================
Files 115 115
Lines 11896 11896
=======================================
Hits 7162 7162
Misses 3923 3923
Partials 811 811
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* main: chore: re-add replaces for development (#3161)
Overview
Re-add the apps replaces for development, now that v1.0.0 is tagged.