Skip to content
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

Update gradle-setup action to v4 to fix cache cleanup #1134

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

AndreKurait
Copy link
Member

@AndreKurait AndreKurait commented Nov 13, 2024

Description

Update gradle-setup action to v4 to fix cache cleanup gradle/actions#431

  • Category: Bug fix
  • Why these changes are required? Facing error in v3 Cannot get the value of write-only property 'removeUnusedEntriesOlderThan' for object of type org.gradle.api.internal.cache.DefaultCacheConfigurations$DefaultCacheResourceConfiguration.
  • What is the old behavior before changes and new behavior after changes? ^

Issues Resolved

N/A

Is this a backport? If so, please add backport PR # and/or commits #

Testing

This PR is on a branch so the updated workflow is run

Check List

  • New functionality includes testing
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.78%. Comparing base (c434c64) to head (a377af3).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1134      +/-   ##
============================================
+ Coverage     80.74%   80.78%   +0.04%     
- Complexity     2924     2927       +3     
============================================
  Files           399      399              
  Lines         14845    14845              
  Branches       1007     1007              
============================================
+ Hits          11986    11993       +7     
+ Misses         2252     2248       -4     
+ Partials        607      604       -3     
Flag Coverage Δ
gradle-test 78.81% <ø> (+0.05%) ⬆️
python-test 89.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AndreKurait AndreKurait merged commit 43d8b0a into main Nov 13, 2024
26 of 28 checks passed
@AndreKurait AndreKurait deleted the gradle-action-update branch November 13, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants