-
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: useRepoForTokensTeam to TS Query V5 #3657
ref: useRepoForTokensTeam to TS Query V5 #3657
Conversation
Bundle ReportChanges will increase total bundle size by 259 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. Additional details and impacted files@@ Coverage Diff @@
## main #3657 +/- ##
=======================================
Coverage 98.91% 98.91%
=======================================
Files 817 817
Lines 14716 14716
Branches 4173 4173
=======================================
Hits 14557 14557
Misses 152 152
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 #3657 +/- ##
=======================================
Coverage 98.91% 98.91%
=======================================
Files 817 817
Lines 14716 14716
Branches 4173 4173
=======================================
Hits 14557 14557
Misses 152 152
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 #3657 +/- ##
=======================================
Coverage 98.93% 98.93%
=======================================
Files 814 814
Lines 14611 14611
Branches 4150 4150
=======================================
Hits 14456 14456
Misses 148 148
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 #3657 +/- ##
=======================================
Coverage 98.91% 98.91%
=======================================
Files 817 817
Lines 14716 14716
Branches 4173 4165 -8
=======================================
Hits 14557 14557
Misses 152 152
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
736fdca
to
99b07df
Compare
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Description
This PR updates
useRepoForTokensTeam
to thequeryOptions
API versionRepoForTokensTeamQueryOpts
, and updatesGeneralTab
to use the updated setup. As well, this PR includes a TS refactor forGeneralTab
and it's tests bringing those up to date as well.Ticket: codecov/engineering-team#2967
Notable Changes
useRepoForTokensTeam
toRepoForTokensTeamQueryOpts
GeneralTab
to useRepoForTokensTeamQueryOpts
, and also refactor to TS