-
Notifications
You must be signed in to change notification settings - Fork 26
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 useSessions to TSQ V5 #3715
Conversation
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 #3715 +/- ##
==========================================
- Coverage 98.84% 98.84% -0.01%
==========================================
Files 826 826
Lines 14865 14864 -1
Branches 4231 4230 -1
==========================================
- Hits 14694 14693 -1
Misses 165 165
Partials 6 6
... and 2 files with indirect coverage changes
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 #3715 +/- ##
==========================================
- Coverage 98.84% 98.84% -0.01%
==========================================
Files 826 826
Lines 14865 14864 -1
Branches 4223 4222 -1
==========================================
- Hits 14694 14693 -1
Misses 165 165
Partials 6 6
... and 2 files with indirect coverage changes
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 #3715 +/- ##
==========================================
- Coverage 98.84% 98.84% -0.01%
==========================================
Files 826 826
Lines 14865 14864 -1
Branches 4223 4222 -1
==========================================
- Hits 14694 14693 -1
Misses 165 165
Partials 6 6
... and 2 files with indirect coverage changes
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 #3715 +/- ##
==========================================
- Coverage 98.84% 98.84% -0.01%
==========================================
Files 826 826
Lines 14865 14864 -1
Branches 4231 4230 -1
==========================================
- Hits 14694 14693 -1
Misses 165 165
Partials 6 6
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will decrease total bundle size by 111 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-staging-systemAssets Changed:
Files in
view changes for bundle: gazebo-staging-esmAssets Changed:
Files in
|
Bundle ReportChanges will decrease total bundle size by 111 bytes (-0.0%) ⬇️. 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
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Description
This PR migrates the
useSessions
to the TSQ V5queryOptions
API versionSessionsQueryOpts
, as well as updating the related usage and tests.Ticket: codecov/engineering-team#3167
Notable Changes
useSessions
toSessionsQueryOpts
Access