-
Notifications
You must be signed in to change notification settings - Fork 23
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: Clean up from 2489 #3180
Conversation
Bundle ReportChanges will decrease total bundle size by 843 bytes ⬇️
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3180 +/- ##
==========================================
- Coverage 98.24% 98.24% -0.01%
==========================================
Files 936 935 -1
Lines 14528 14491 -37
Branches 3965 3871 -94
==========================================
- Hits 14273 14236 -37
Misses 250 250
Partials 5 5
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3180 +/- ##
==========================================
- Coverage 98.24% 98.24% -0.01%
==========================================
Files 936 935 -1
Lines 14528 14491 -37
Branches 3970 3871 -99
==========================================
- Hits 14273 14236 -37
Misses 250 250
Partials 5 5
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3180 +/- ##
==========================================
- Coverage 98.24% 98.24% -0.01%
==========================================
Files 936 935 -1
Lines 14528 14491 -37
Branches 3970 3954 -16
==========================================
- Hits 14273 14236 -37
Misses 250 250
Partials 5 5
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 #3180 +/- ##
===========================================
Coverage 98.24000 98.24000
===========================================
Files 936 935 -1
Lines 14528 14491 -37
Branches 3965 3959 -6
===========================================
- Hits 14273 14236 -37
Misses 250 250
Partials 5 5
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will decrease total bundle size by 843 bytes (-0.01%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
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.
🙏
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.
NICE
Description
This PR contains some clean up from codecov/engineering-team#2489, such as removing/replacing
useBundleAssets
withusePagedBundleAssets
, and introducing a globalOrderingDirection
type.Notable Changes
OrderingDirection
type on global types file and associated config tweaks to add this import alias into the codebase'ASC' | 'DESC'
and'DESC' | 'ASC'
useBundleAssets
and renameusePagedBundleAssets
to previoususeBundleAssets