-
Notifications
You must be signed in to change notification settings - Fork 34
fix: Migrate from isCached to cacheConfig #3718
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
Conversation
Bundle ReportChanges will increase total bundle size by 38 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-staging-systemAssets Changed:
Files in
view changes for bundle: gazebo-staging-esmAssets Changed:
Files in
|
Bundle ReportChanges will increase total bundle size by 38 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-production-systemAssets Changed:
Files in
view changes for bundle: gazebo-production-esmAssets Changed:
Files in
|
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 #3718 +/- ##
=======================================
Coverage 98.84% 98.84%
=======================================
Files 824 824
Lines 14897 14897
Branches 4239 4231 -8
=======================================
Hits 14725 14725
Misses 166 166
Partials 6 6
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 #3718 +/- ##
=======================================
Coverage 98.84% 98.84%
=======================================
Files 824 824
Lines 14897 14897
Branches 4231 4239 +8
=======================================
Hits 14725 14725
Misses 166 166
Partials 6 6
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 #3718 +/- ##
=======================================
Coverage 98.84% 98.84%
=======================================
Files 824 824
Lines 14897 14897
Branches 4239 4239
=======================================
Hits 14725 14725
Misses 166 166
Partials 6 6
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 #3718 +/- ##
=======================================
Coverage 98.84% 98.84%
=======================================
Files 824 824
Lines 14897 14897
Branches 4231 4231
=======================================
Hits 14725 14725
Misses 166 166
Partials 6 6
Continue to review full report in Codecov by Sentry.
|
Description
This PR migrates the usage of
isCachedto the newcacheConfigfield being introduced in the API.Requires: codecov/codecov-api#1148
Notable Changes