-
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: Restructure PR Page #2520
feat: Restructure PR Page #2520
Conversation
…undle analysis stuff
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2520 +/- ##
=======================================
Coverage 98.30% 98.30%
=======================================
Files 800 800
Lines 10303 10304 +1
Branches 2586 2586
=======================================
+ Hits 10128 10129 +1
Misses 173 173
Partials 2 2
Continue to review full report in Codecov by Sentry.
|
Codecov Report
@@ Coverage Diff @@
## main #2520 +/- ##
=======================================
Coverage 98.30% 98.30%
=======================================
Files 800 800
Lines 10303 10304 +1
Branches 2586 2567 -19
=======================================
+ Hits 10128 10129 +1
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 ✅ @@ Coverage Diff @@
## main #2520 +/- ##
=======================================
Coverage 98.30% 98.30%
=======================================
Files 800 800
Lines 10303 10304 +1
Branches 2581 2581
=======================================
+ Hits 10128 10129 +1
Misses 173 173
Partials 2 2
Continue to review full report in Codecov by Sentry.
|
✅ Deploy Preview for gazebo-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2520 +/- ##
=====================================
Coverage 98.30 98.30
=====================================
Files 800 800
Lines 10303 10304 +1
Branches 2581 2581
=====================================
+ Hits 10128 10129 +1
Misses 173 173
Partials 2 2
Continue to review full report in Codecov by Sentry.
|
Restructure the PR page moving coverage related components down one level to make space in the current PR page for expanding product set. GH codecov/engineering-team#997
* feat: Update with global token if exists * feat: Update circleci with global token if exists * build: Update deps related to Adobe CSS (#2530) Update deps related to Adobe CSS tools. * feat: Enable Sentry Metrics Integration (#2529) Update Sentry deps, as well as enabling Sentry metrics integration in sentry.ts. GH codecov/engineering-team#998 * feat: Create Webpack plugin onboarding steps (#2516) Create onboarding steps for bundle analysis webpack steps. GH codecov/engineering-team#1043 * feat: Restructure PR Page (#2520) Restructure the PR page moving coverage related components down one level to make space in the current PR page for expanding product set. GH codecov/engineering-team#997 * feat: Restructure Commit Detail Page (#2523) Move all coverage related items in the commit detail page down one level to the commit coverage directory in prep for adding in bundle analysis. GH codecov/engineering-team#996 * fix: Move fetching of org upload token to a different hook (#2536) Move fetching of the org upload token into it's own hook so we can call it precisely when we need it, instead of over fetching it. * update with new global token hook --------- Co-authored-by: nicholas-codecov <[email protected]>
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
Description
This PR restructures the current pull request page quite heavily, and moves lots of the current sub-routes into the
PullCoverage
directory in preparation for bundle analysis.GH codecov/engineering-team#997
Notable Changes
PullRequestPageContent
toPullCoverage
PullRequestPage
toPullCoverage