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

Fix test suite by running Puma's master branch #5886

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

mamhoff
Copy link
Contributor

@mamhoff mamhoff commented Oct 25, 2024

Summary

The current release is incompatible with Capybara when also using Rackup 1.0.1, causing all feature specs to fail. The fix has been merged into puma's master branch, so we can temporarily run that in CI.

See puma/puma#3532 for more context.

The current release is incompatible with Capybara when also using Rackup
1.0.1, causing all feature specs to fail. The fix has been merged into
puma's `master` branch, so we can temporarily run that in CI.
@mamhoff mamhoff requested a review from a team as a code owner October 25, 2024 11:57
@github-actions github-actions bot added the changelog:repository Changes to the repository not within any gem label Oct 25, 2024
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.32%. Comparing base (e509aa9) to head (ffb9ef4).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5886   +/-   ##
=======================================
  Coverage   89.32%   89.32%           
=======================================
  Files         759      759           
  Lines       17682    17682           
=======================================
  Hits        15795    15795           
  Misses       1887     1887           

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

@kennyadsl kennyadsl merged commit 25a41bf into solidusio:main Oct 25, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:repository Changes to the repository not within any gem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants