-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: [BREAKING] make use of the new action cache #2509
base: master
Are you sure you want to change the base?
feat: [BREAKING] make use of the new action cache #2509
Conversation
* removal of old backend * migrated tests
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2509 +/- ##
===========================================
+ Coverage 61.56% 75.07% +13.50%
===========================================
Files 53 62 +9
Lines 9002 9984 +982
===========================================
+ Hits 5542 7495 +1953
+ Misses 3020 1912 -1108
- Partials 440 577 +137 ☔ View full report in Codecov by Sentry. |
…ault-for-downloading-actions
TLDR I break everything I consider backporting the code fixes of the new-action-cache before implementing cleanup of old cache |
Backport of code fixes doesn't fulfill coverage, but this one does. |
Breaking
Fixes
Tracked in #2472