-
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: Remove old Vite commands #3428
Conversation
Bundle ReportBundle size has no change ✅ |
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 #3428 +/- ##
=======================================
Coverage 99.15% 99.15%
=======================================
Files 808 808
Lines 14277 14277
Branches 3953 3953
=======================================
Hits 14156 14156
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 #3428 +/- ##
=======================================
Coverage 99.15% 99.15%
=======================================
Files 808 808
Lines 14277 14277
Branches 3946 3953 +7
=======================================
Hits 14156 14156
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 #3428 +/- ##
=======================================
Coverage 99.15% 99.15%
=======================================
Files 808 808
Lines 14277 14277
Branches 3946 3953 +7
=======================================
Hits 14156 14156
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 #3428 +/- ##
=======================================
Coverage 99.15% 99.15%
=======================================
Files 808 808
Lines 14277 14277
Branches 3953 3953
=======================================
Hits 14156 14156
Misses 112 112
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Description
This PR removes the commands that had
:vite
in them as we have fully moved over to Vite so they're no longer required. As well this PR adds in a command to run all tests, and only changed tests. And a tiny update to the dockerfile.