-
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: Migrate useRepoConfigurationStatus to TS Query V5 #3618
ref: Migrate useRepoConfigurationStatus to TS Query V5 #3618
Conversation
Bundle ReportChanges will increase total bundle size by 6.14MB (50.87%) ⬆️
ℹ️ *Bundle size includes cached data from a previous commit |
Bundle ReportChanges will increase total bundle size by 32 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3618 +/- ##
=======================================
Coverage 98.95% 98.95%
=======================================
Files 812 812
Lines 14580 14580
Branches 4146 4146
=======================================
Hits 14427 14427
Misses 146 146
Partials 7 7
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 #3618 +/- ##
=======================================
Coverage 98.95% 98.95%
=======================================
Files 812 812
Lines 14580 14580
Branches 4139 4139
=======================================
Hits 14427 14427
Misses 146 146
Partials 7 7
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 #3618 +/- ##
=======================================
Coverage 98.95% 98.95%
=======================================
Files 812 812
Lines 14580 14580
Branches 4146 4139 -7
=======================================
Hits 14427 14427
Misses 146 146
Partials 7 7
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. Additional details and impacted files@@ Coverage Diff @@
## main #3618 +/- ##
=======================================
Coverage 98.95% 98.95%
=======================================
Files 812 812
Lines 14580 14580
Branches 4139 4139
=======================================
Hits 14427 14427
Misses 146 146
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
@codecov-ai-reviewer review |
Description
This PR migrates the
useRepoConfigurationStatus
to the TS QueryqueryOptions
versionRepoConfigurationStatusQueryOpts
.Ticket: codecov/engineering-team#2967
Notable Changes
useRepoConfigurationStatus
toRepoConfigurationStatusQueryOpts
.ConfigurationManager