Skip to content

Update README for current check_bundler.yml workflow#151

Merged
JuanVqz merged 2 commits intomainfrom
fix/update-readme-for-bundler-check
Mar 24, 2026
Merged

Update README for current check_bundler.yml workflow#151
JuanVqz merged 2 commits intomainfrom
fix/update-readme-for-bundler-check

Conversation

@jeremysmithco
Copy link
Copy Markdown
Contributor

@jeremysmithco jeremysmithco commented Mar 23, 2026

Part of railsbump/checker#18

This is a minor update to fix the reference to the current workflow being used to check Rails compatibility in the checker repository.

Couple notes:

  • I removed the link to webhooks documentation since it seems to imply that we're using GitHub webhooks here, but the result reporter is making its own API call instead. (This used to be true, but not anymore.)
  • This workflow runs bundle install, it doesn't run bundle lock. But that makes me wonder, why not? It seems like it would be more efficient if that script only called bundle lock, as it would only create the lockfile and not install the gems.

@jeremysmithco jeremysmithco self-assigned this Mar 23, 2026
@jeremysmithco jeremysmithco requested a review from a team March 23, 2026 21:02
@sentry
Copy link
Copy Markdown

sentry bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.88%. Comparing base (b945c45) to head (4f71b95).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #151   +/-   ##
=======================================
  Coverage   86.88%   86.88%           
=======================================
  Files          48       48           
  Lines         694      694           
=======================================
  Hits          603      603           
  Misses         91       91           

☔ View full report in Codecov by Sentry.
📢 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.

@JuanVqz JuanVqz merged commit ebefc47 into main Mar 24, 2026
1 check passed
@jeremysmithco jeremysmithco deleted the fix/update-readme-for-bundler-check branch March 24, 2026 17:31
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