-
Notifications
You must be signed in to change notification settings - Fork 23
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 bundle cache modal to bundles tab #3653
feat: Add bundle cache modal to bundles tab #3653
Conversation
Bundle ReportChanges will increase total bundle size by 2.51kB (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3653 +/- ##
==========================================
- Coverage 98.93% 98.93% -0.01%
==========================================
Files 815 815
Lines 14681 14686 +5
Branches 4158 4160 +2
==========================================
+ Hits 14525 14529 +4
- Misses 149 150 +1
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3653 +/- ##
==========================================
- Coverage 98.93% 98.93% -0.01%
==========================================
Files 815 815
Lines 14681 14686 +5
Branches 4158 4168 +10
==========================================
+ Hits 14525 14529 +4
- Misses 149 150 +1
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3653 +/- ##
==========================================
- Coverage 98.93% 98.93% -0.01%
==========================================
Files 815 815
Lines 14681 14686 +5
Branches 4158 4168 +10
==========================================
+ Hits 14525 14529 +4
- Misses 149 150 +1
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #3653 +/- ##
==========================================
- Coverage 98.93% 98.93% -0.01%
==========================================
Files 815 815
Lines 14681 14686 +5
Branches 4166 4160 -6
==========================================
+ Hits 14525 14529 +4
- Misses 149 150 +1
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Bundle ReportChanges will increase total bundle size by 6.1MB (100.65%) ⬆️
|
12f72a0
to
a5490a4
Compare
src/pages/RepoPage/shared/ConfigureCachedBundleModal/ConfigureCachedBundleModal.tsx
Outdated
Show resolved
Hide resolved
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.
1 copy suggestion. Looking good!
Description
Note
This PR requires #3652 before reviewing/mergingThis PR adds in a button to the bundles tab that toggles the newly bundle caching modal, that is hidden behind a feature flag.
Ticket: codecov/engineering-team#3157
Notable Changes
BundleSelection
componentScreenshots