-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
ci: Fix flaky sendVerificationEmail
tests
#9692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🚀 Thanks for opening this pull request! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alpha #9692 +/- ##
=======================================
Coverage 93.01% 93.01%
=======================================
Files 187 187
Lines 15081 15081
Branches 174 174
=======================================
Hits 14028 14028
Misses 1041 1041
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Diamond Lewis <findlewis@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this ready for merge? Re-running CI to see whether still flaky...
This is ready to merge |
sendVerificationEmail
tests
Pull Request
Issue
sendVerificationEmail runs in the background so you need to wait until it's finished
Closes: #9274
Closes: #9275
Closes: #9276
Approach