-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: Update useRepoOverview to fetch product status and languages #2558
feat: Update useRepoOverview to fetch product status and languages #2558
Conversation
✅ Deploy Preview for gazebo-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Visit https://preview-pr-2558.codecov.dev for your PR preview. Expires after 1 month automatically. |
…h-product-status-and-languages
…h-product-status-and-languages
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## main #2558 +/- ##
=======================================
Coverage 98.35% 98.35%
=======================================
Files 813 813
Lines 10631 10640 +9
Branches 2663 2666 +3
=======================================
+ Hits 10456 10465 +9
Misses 173 173
Partials 2 2
Continue to review full report in Codecov by Sentry.
|
Codecov Report
@@ Coverage Diff @@
## main #2558 +/- ##
=======================================
Coverage 98.35% 98.35%
=======================================
Files 813 813
Lines 10631 10640 +9
Branches 2695 2698 +3
=======================================
+ Hits 10456 10465 +9
Misses 173 173
Partials 2 2
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2558 +/- ##
=======================================
Coverage 98.35% 98.35%
=======================================
Files 813 813
Lines 10631 10640 +9
Branches 2714 2717 +3
=======================================
+ Hits 10456 10465 +9
Misses 173 173
Partials 2 2
Continue to review full report in Codecov by Sentry.
|
Description
This PR updates the
useRepoOverview
hook to fetch product status, and the languages contained inside a repository so that we can use it to determine if we need to display the upcoming bundles tab or not.GH codecov/engineering-team#1024
Notable Changes
useRepoOverview
to grab product status, repo languages, and refactor to TS