-
Notifications
You must be signed in to change notification settings - Fork 24
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 update ui/Summary to TS and Vitest #3236
Conversation
Bundle ReportChanges will increase total bundle size by 16 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3236 +/- ##
==========================================
- Coverage 98.85% 98.84% -0.01%
==========================================
Files 803 803
Lines 14028 14028
Branches 3990 3998 +8
==========================================
- Hits 13867 13866 -1
Misses 153 153
- Partials 8 9 +1
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3236 +/- ##
==========================================
- Coverage 98.85% 98.84% -0.01%
==========================================
Files 803 803
Lines 14028 14028
Branches 3990 3993 +3
==========================================
- Hits 13867 13866 -1
Misses 153 153
- Partials 8 9 +1
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will increase total bundle size by 16 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3236 +/- ##
==========================================
- Coverage 98.85% 98.84% -0.01%
==========================================
Files 803 803
Lines 14028 14028
Branches 3990 3993 +3
==========================================
- Hits 13867 13866 -1
Misses 153 153
- Partials 8 9 +1
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #3236 +/- ##
================================================
- Coverage 98.85000 98.84000 -0.01000
================================================
Files 803 803
Lines 14028 14028
Branches 3990 3998 +8
================================================
- Hits 13867 13866 -1
Misses 153 153
- Partials 8 9 +1
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Description
This PR refactors all the code in
ui/Summary
to TypeScript and updates all the tests to Vitest.