-
Notifications
You must be signed in to change notification settings - Fork 22
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: Add yarn test all script #3426
Conversation
Bundle ReportBundle size has no change ✅ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3426 +/- ##
=======================================
Coverage 99.15% 99.15%
=======================================
Files 808 808
Lines 14272 14272
Branches 3951 3951
=======================================
Hits 14151 14151
Misses 112 112
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 #3426 +/- ##
=======================================
Coverage 99.15% 99.15%
=======================================
Files 808 808
Lines 14272 14272
Branches 3944 3944
=======================================
Hits 14151 14151
Misses 112 112
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 #3426 +/- ##
=======================================
Coverage 99.15% 99.15%
=======================================
Files 808 808
Lines 14272 14272
Branches 3944 3951 +7
=======================================
Hits 14151 14151
Misses 112 112
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 #3426 +/- ##
=======================================
Coverage 99.15% 99.15%
=======================================
Files 808 808
Lines 14272 14272
Branches 3944 3951 +7
=======================================
Hits 14151 14151
Misses 112 112
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
@@ -12,6 +12,7 @@ | |||
"test": "vitest run --changed --config ./vitest.config.mjs", | |||
"test:vite": "yarn test", | |||
"test:watch": "vitest watch --changed --config ./vitest.config.mjs", | |||
"test:all": "vitest run --config ./vitest.config.mjs", |
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.
Thoughts on swapping test
to be all and test:changed
for --changed
?
My personal flow is yarn test <nameOfFileImWorkingOn>
even if I don't make changes across commits
Bundle ReportBundle size has no change ✅ |
Closing out in favor of #3428 |
Adding an extra script shortcut since our current ones for running vitest use the --changed flag.