-
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 mutation to update bundle cache settings #3649
feat: Add mutation to update bundle cache settings #3649
Conversation
Bundle ReportBundle size has no change ✅ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3649 +/- ##
==========================================
- Coverage 98.95% 98.94% -0.01%
==========================================
Files 813 814 +1
Lines 14605 14619 +14
Branches 4150 4145 -5
==========================================
+ Hits 14452 14465 +13
- Misses 146 147 +1
Partials 7 7
... and 5 files with indirect coverage changes
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 #3649 +/- ##
==========================================
- Coverage 98.95% 98.94% -0.01%
==========================================
Files 813 814 +1
Lines 14605 14619 +14
Branches 4150 4152 +2
==========================================
+ Hits 14452 14465 +13
- Misses 146 147 +1
Partials 7 7
... and 5 files with indirect coverage changes
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 #3649 +/- ##
==========================================
- Coverage 98.95% 98.94% -0.01%
==========================================
Files 813 814 +1
Lines 14605 14619 +14
Branches 4143 4145 +2
==========================================
+ Hits 14452 14465 +13
- Misses 146 147 +1
Partials 7 7
... and 5 files with indirect coverage changes
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 #3649 +/- ##
==========================================
- Coverage 98.95% 98.94% -0.01%
==========================================
Files 813 814 +1
Lines 14605 14619 +14
Branches 4150 4152 +2
==========================================
+ Hits 14452 14465 +13
- Misses 146 147 +1
Partials 7 7
... and 5 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Bundle ReportBundle size has no change ✅ |
Description
This PR adds in a new mutation that will be used with the upcoming modal allowing users to control their bundle cache settings for a given repo.
Closes codecov/engineering-team#3154
Notable Changes