Skip to content

Update GitHub actions configuration - #47

Merged
JoonasAapro merged 2 commits into
mainfrom
chore/update-github-actions-config
Aug 27, 2026
Merged

Update GitHub actions configuration#47
JoonasAapro merged 2 commits into
mainfrom
chore/update-github-actions-config

Conversation

@ahukkanen

Copy link
Copy Markdown
Contributor
  • Update actions/checkout to v7
  • Update codecov/codecov/action to v7
  • Remove "Install dependencies" from both actions as this is already handled by the bundler-cache: true configuration

For the last item, see:
https://github.com/ruby/setup-ruby#caching-bundle-install-automatically

Note that any step doing bundle install (for the root Gemfile) or gem install bundler can be removed with bundler-cache: true.

- Update `actions/checkout` to v7
- Update `codecov/codecov/action` to v7
- Remove "Install dependencies" from the "Lint" workflow
@codecov

codecov Bot commented Aug 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (dead3ab) to head (87f6ab4).
⚠️ Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #47   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          363       366    +3     
=========================================
+ Hits           363       366    +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.

@ahukkanen
ahukkanen requested a review from JoonasAapro August 26, 2026 13:51
@JoonasAapro
JoonasAapro merged commit 695ddd8 into main Aug 27, 2026
4 checks passed
@JoonasAapro
JoonasAapro deleted the chore/update-github-actions-config branch August 27, 2026 04:35
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