Skip to content

Use gradle/gradle-build-action to reduce cache usage #314

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

Merged
merged 2 commits into from
Nov 1, 2023
Merged

Conversation

twyatt
Copy link
Member

@twyatt twyatt commented Nov 1, 2023

gradle/gradle-build-action provides sane/automatic caching for Gradle runs, which should use significantly less cache than our previous (overly aggressive) cache configuration.

@twyatt twyatt added the maintenance General maintenance that doesn't effect the public API. label Nov 1, 2023
@twyatt twyatt marked this pull request as ready for review November 1, 2023 18:34
@twyatt twyatt requested a review from a team as a code owner November 1, 2023 18:34
@twyatt twyatt requested review from sdonn3 and cedrickcooke November 1, 2023 18:34
Copy link

codecov bot commented Nov 1, 2023

Codecov Report

Merging #314 (f96a2af) into main (1c1547e) will decrease coverage by 25.14%.
Report is 225 commits behind head on main.
The diff coverage is 47.50%.

@@              Coverage Diff              @@
##               main     #314       +/-   ##
=============================================
- Coverage     94.44%   69.30%   -25.14%     
=============================================
  Files            13        9        -4     
  Lines           126      101       -25     
  Branches          8        2        -6     
=============================================
- Hits            119       70       -49     
- Misses            6       31       +25     
+ Partials          1        0        -1     
Files Coverage Δ
coroutines/src/commonMain/kotlin/flow/Combine.kt 0.00% <ø> (ø)
...tines/src/commonMain/kotlin/delay/DelayStrategy.kt 47.50% <47.50%> (ø)

... and 6 files with indirect coverage changes

Copy link

github-actions bot commented Nov 1, 2023

Test Results

  96 files    96 suites   4s ⏱️
833 tests 824 ✔️   9 💤 0
850 runs  836 ✔️ 14 💤 0

Results for commit f96a2af.

@twyatt twyatt merged commit 6564a78 into main Nov 1, 2023
@twyatt twyatt deleted the twyatt/ci/cache branch November 1, 2023 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance General maintenance that doesn't effect the public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants