-
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
fix: Test results not rendering on first pull branches with test data #3710
fix: Test results not rendering on first pull branches with test data #3710
Conversation
Bundle ReportChanges will decrease total bundle size by 97 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
|
Bundle ReportChanges will decrease total bundle size by 97 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
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3710 +/- ##
=======================================
Coverage 98.73% 98.73%
=======================================
Files 828 828
Lines 14888 14888
Branches 4233 4225 -8
=======================================
Hits 14699 14699
Misses 180 180
Partials 9 9
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 #3710 +/- ##
=======================================
Coverage 98.73% 98.73%
=======================================
Files 828 828
Lines 14888 14888
Branches 4225 4233 +8
=======================================
Hits 14699 14699
Misses 180 180
Partials 9 9
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 #3710 +/- ##
=======================================
Coverage 98.73% 98.73%
=======================================
Files 828 828
Lines 14888 14888
Branches 4233 4233
=======================================
Hits 14699 14699
Misses 180 180
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description
This PR is a quick fix to allow rendering the test results when there are test results to be shown, but also this is the users first pull request. This issue was ran into, where there were test results uploaded on a branch, and no branches had been merged into main.
Examples:
Notable Changes
FailedTestsTable
logic to only show first pull message when first pull and no data to be rendered