-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix flaky test #1239
Fix flaky test #1239
Conversation
6da7c90
to
9af9d7d
Compare
f5659eb
to
9564951
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## develop #1239 +/- ##
=========================================
Coverage 99.10% 99.10%
=========================================
Files 94 94
Lines 17527 17527
Branches 2167 2978 +811
=========================================
Hits 17370 17370
+ Misses 156 153 -3
- Partials 1 4 +3 ☔ View full report in Codecov by Sentry. |
1589a5c
to
3a6289a
Compare
16746a1
to
c2575e5
Compare
c2575e5
to
fc00697
Compare
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.
Tests appear much more stable 🥳
df8b1d4
to
26519ad
Compare
26519ad
to
e93044b
Compare
- Fix linting for the reporter
Description
Add bundle analysis and flaky test detection
Testing instructions
Run the CI a couple of times
closes #1135