-
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: useCoverageTabData to TS Query V5 #3658
ref: useCoverageTabData to TS Query V5 #3658
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 #3658 +/- ##
=======================================
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.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3658 +/- ##
=======================================
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.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3658 +/- ##
=======================================
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 #3658 +/- ##
=======================================
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.
|
Bundle ReportChanges will decrease total bundle size by 69 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
a2dedbb
to
3df8fc0
Compare
Description
This PR migrates the
useCoverageTabData
hook to thequeryOptions
API versionCoverageTabDataQueryOpts
, as well as moving the calling ofuseRepoOverview
out to theOverviewTab
component.Ticket: codecov/engineering-team#2967
Notable Changes
useCoverageTabData
toCoverageTabDataQueryOpts
OverviewTab