-
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
feat: Add expanded redirect to App.tsx #3792
Conversation
Bundle ReportChanges will increase total bundle size by 151 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-staging-esmAssets Changed:
Files in
view changes for bundle: gazebo-staging-systemAssets Changed:
Files in
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3792 +/- ##
=======================================
Coverage 98.74% 98.74%
=======================================
Files 826 826
Lines 14948 14955 +7
Branches 4257 4259 +2
=======================================
+ Hits 14760 14767 +7
Misses 181 181
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 #3792 +/- ##
=======================================
Coverage 98.74% 98.74%
=======================================
Files 826 826
Lines 14948 14955 +7
Branches 4257 4267 +10
=======================================
+ Hits 14760 14767 +7
Misses 181 181
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 #3792 +/- ##
=======================================
Coverage 98.74% 98.74%
=======================================
Files 826 826
Lines 14948 14955 +7
Branches 4257 4267 +10
=======================================
+ Hits 14760 14767 +7
Misses 181 181
Partials 7 7
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3792 +/- ##
=======================================
Coverage 98.74% 98.74%
=======================================
Files 826 826
Lines 14948 14955 +7
Branches 4257 4267 +10
=======================================
+ Hits 14760 14767 +7
Misses 181 181
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will increase total bundle size by 151 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-production-esmAssets Changed:
Files in
view changes for bundle: gazebo-production-systemAssets Changed:
Files in
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Description
This PR updates the
HomePageRedirect
functionality to redirect to theto
parameter to whatever value it is set to, other thanplan
, and will not redirect if thesetup_action
param is set.Closes codecov/engineering-team#3450
Notable Changes
HomePageRedirect
ifto
param is set