Skip to content

Fill the cache on the first run of mvn, such that later jobs won't have cache misses - #2841

Merged
DavyLandman merged 1 commit into
mainfrom
chore/ci-better-cache-hits-for-later-jobs
Aug 12, 2026
Merged

Fill the cache on the first run of mvn, such that later jobs won't have cache misses#2841
DavyLandman merged 1 commit into
mainfrom
chore/ci-better-cache-hits-for-later-jobs

Conversation

@DavyLandman

Copy link
Copy Markdown
Member

Since GH actions commit the cache after the first job is completed, any follow up jobs that run more plugins/extension will have a cache miss.

@DavyLandman
DavyLandman force-pushed the chore/ci-better-cache-hits-for-later-jobs branch from 5f25db5 to 743e969 Compare August 12, 2026 10:39
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45%. Comparing base (df5416a) to head (743e969).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##              main   #2841   +/-   ##
=======================================
  Coverage       45%     45%           
+ Complexity    6727    6725    -2     
=======================================
  Files          844     844           
  Lines        67044   67044           
  Branches     10011   10011           
=======================================
+ Hits         30793   30795    +2     
- Misses       33864   33865    +1     
+ Partials      2387    2384    -3     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@DavyLandman
DavyLandman merged commit 5113fab into main Aug 12, 2026
9 checks passed
toinehartman pushed a commit that referenced this pull request Aug 25, 2026
…ve cache misses (#2841)

Since GH actions commit the cache after the first job is completed, any
follow up jobs that run more plugins/extension will have a cache miss.
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.

1 participant