-
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
ref: Migrate useSunburstCoverage to TSQ V5 #3701
base: main
Are you sure you want to change the base?
ref: Migrate useSunburstCoverage to TSQ V5 #3701
Conversation
Bundle ReportChanges will increase total bundle size by 683 bytes (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-staging-esmAssets Changed:
Files in
view changes for bundle: gazebo-staging-systemAssets Changed:
Files in
|
Bundle ReportChanges will increase total bundle size by 683 bytes (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-production-systemAssets Changed:
Files in
view changes for bundle: gazebo-production-esmAssets Changed:
Files in
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #3701 +/- ##
==========================================
- Coverage 98.75% 98.74% -0.02%
==========================================
Files 828 828
Lines 14876 14885 +9
Branches 4222 4232 +10
==========================================
+ Hits 14691 14698 +7
- Misses 176 178 +2
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3701 +/- ##
==========================================
- Coverage 98.75% 98.74% -0.02%
==========================================
Files 828 828
Lines 14876 14885 +9
Branches 4222 4232 +10
==========================================
+ Hits 14691 14698 +7
- Misses 176 178 +2
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3701 +/- ##
==========================================
- Coverage 98.75% 98.74% -0.02%
==========================================
Files 828 828
Lines 14876 14885 +9
Branches 4230 4224 -6
==========================================
+ Hits 14691 14698 +7
- Misses 176 178 +2
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3701 +/- ##
==========================================
- Coverage 98.75% 98.74% -0.02%
==========================================
Files 828 828
Lines 14876 14885 +9
Branches 4230 4224 -6
==========================================
+ Hits 14691 14698 +7
- Misses 176 178 +2
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Description
This PR migrates
useSunburstCoverage
toSunburstCoverageQueryOpts
, as well a couple refactors to bring some old JS up to snuff with TS.Ticket: codecov/engineering-team#3165
Notable Changes
useSunburstCoverage
toSunburstCoverageQueryOpts
useSunburstChart
and TS refactor