-
-
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: improve new action cache logging #2474
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
I have plans to finally deprecate the old method for fetching actions to improve reliability and reduce download/cache size: #2472. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2474 +/- ##
===========================================
+ Coverage 61.56% 76.75% +15.18%
===========================================
Files 53 62 +9
Lines 9002 8211 -791
===========================================
+ Hits 5542 6302 +760
+ Misses 3020 1346 -1674
- Partials 440 563 +123 ☔ View full report in Codecov by Sentry. |
@ChristopherHX this pull request has failed checks 🛠 |
Do I really need the 4.85% missing coverage for logging and enhanced errors? |
Resolves #2471
Example the GoGitActionCache are new logging entries in default log level (
--use-new-action-cache
)LocalRepositoryCache logging (
--local-repository actions/github-script@v7=/tmp
)Behind feature flags
--use-new-action-cache
/--local-repository
/ (--action-offline-mode
logging adjusted if one previous feature flag is enabled)