docs: capture todo - E2E MFA flow test coverage#212
Conversation
Area: testing Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: b6fadf1aac64
|
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. 📒 Files selected for processing (2)
WalkthroughAdded planning documentation for end-to-end MFA testing on wallet login flows. Updated pending todos count and created a new planning document detailing test strategy, required fixtures, and implementation approach. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
dorny/paths-filter evaluates each pattern independently via picomatch with `some()` quantifier. Negation patterns like `!**/*.md` match every file that ISN'T markdown, causing `some()` to return true for any changed file. This made `src` and `desktop` filters always true. Replace all negation patterns with pure positive whitelists. Also gate `typecheck` job on src changes (was running unconditionally). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 995a46d1b03f
Summary
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit