-
Notifications
You must be signed in to change notification settings - Fork 25
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: Make uploads on commit sticky #3125
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3125 +/- ##
=======================================
Coverage 98.29% 98.29%
=======================================
Files 917 917
Lines 14143 14143
Branches 3833 3913 +80
=======================================
Hits 13902 13902
Misses 236 236
Partials 5 5
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 #3125 +/- ##
=======================================
Coverage 98.29% 98.29%
=======================================
Files 917 917
Lines 14143 14143
Branches 3833 3833
=======================================
Hits 13902 13902
Misses 236 236
Partials 5 5
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 #3125 +/- ##
=======================================
Coverage 98.29% 98.29%
=======================================
Files 917 917
Lines 14143 14143
Branches 3833 3913 +80
=======================================
Hits 13902 13902
Misses 236 236
Partials 5 5
Continue to review full report in Codecov by Sentry.
|
Bundle ReportBundle size has no change ✅ |
Bundle ReportChanges will increase total bundle size by 200 bytes ⬆️
|
✅ 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.
approved!
Makes the uploads card stick properly when scrolling on the commit detail page.
Closes codecov/engineering-team#1534