-
Notifications
You must be signed in to change notification settings - Fork 25
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
chore: Rename msw2 to msw #3398
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3398 +/- ##
=======================================
Coverage 99.18% 99.18%
=======================================
Files 805 805
Lines 14233 14233
Branches 3922 3922
=======================================
Hits 14117 14117
Misses 107 107
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3398 +/- ##
=======================================
Coverage 99.18% 99.18%
=======================================
Files 805 805
Lines 14233 14233
Branches 3927 3922 -5
=======================================
Hits 14117 14117
Misses 107 107
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #3398 +/- ##
=======================================
Coverage 99.18% 99.18%
=======================================
Files 805 805
Lines 14233 14233
Branches 3927 3922 -5
=======================================
Hits 14117 14117
Misses 107 107
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will decrease total bundle size by 2 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
❌ 1 Tests Failed:
View the top 1 failed tests by shortest run time
To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard |
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.
lgtm ✅
Description
This PR updates the imports for
msw2
over tomsw
since we have fully moved to Vitest and MSW 2 so we can just use the normal pattern again.