-
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
ref: Update useSetUploadTokenRequired to TSQ V5 #3698
base: main
Are you sure you want to change the base?
ref: Update useSetUploadTokenRequired to TSQ V5 #3698
Conversation
Bundle ReportChanges will increase total bundle size by 1.09kB (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
|
Bundle ReportChanges will increase total bundle size by 1.09kB (0.01%) ⬆️. 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
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3698 +/- ##
==========================================
- Coverage 98.75% 98.75% -0.01%
==========================================
Files 828 828
Lines 14875 14880 +5
Branches 4230 4223 -7
==========================================
+ Hits 14690 14694 +4
- Misses 176 177 +1
Partials 9 9
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 #3698 +/- ##
==========================================
- Coverage 98.75% 98.75% -0.01%
==========================================
Files 828 828
Lines 14875 14880 +5
Branches 4230 4231 +1
==========================================
+ Hits 14690 14694 +4
- Misses 176 177 +1
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 #3698 +/- ##
==========================================
- Coverage 98.75% 98.75% -0.01%
==========================================
Files 828 828
Lines 14875 14880 +5
Branches 4222 4231 +9
==========================================
+ Hits 14690 14694 +4
- Misses 176 177 +1
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 #3698 +/- ##
==========================================
- Coverage 98.75% 98.75% -0.01%
==========================================
Files 828 828
Lines 14875 14880 +5
Branches 4222 4223 +1
==========================================
+ Hits 14690 14694 +4
- Misses 176 177 +1
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Description
This PR migrates the
useSetUploadTokenRequired
over to TSQ V5, as well updating its usage in theTokenlessSection
to match V5 expectations.Ticket: codecov/engineering-team#2963
Notable Changes
useSetUploadTokenRequired
to TSQ V5TokenlessSection
isLoading
toisPending
see TSQ V5 migration docs for more info.