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

Test sentry-rails against Rails 8.0.0 #2444

Merged
merged 4 commits into from
Oct 28, 2024
Merged

Conversation

st0012
Copy link
Collaborator

@st0012 st0012 commented Oct 26, 2024

This PR:

  • Includes a commit from Simplify ActiveJob specs setup #2445, which can be merged separately or together
  • Re-organizes Gemfile's Ruby/Rails conditions
  • Updates Rails 8 specific tests
  • Adds Rails 8.0.0.rc1 as test target (which can easily be updated to 8.0)

#skip-changelog

Copy link

codecov bot commented Oct 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.18%. Comparing base (9bba2ef) to head (5b5faab).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2444   +/-   ##
=======================================
  Coverage   98.18%   98.18%           
=======================================
  Files         126      126           
  Lines        4726     4726           
=======================================
  Hits         4640     4640           
  Misses         86       86           
Components Coverage Δ
sentry-ruby 98.51% <ø> (ø)
sentry-rails 97.20% <ø> (ø)
sentry-sidekiq 97.47% <ø> (ø)
sentry-resque 92.85% <ø> (ø)
sentry-delayed_job 95.65% <ø> (ø)
sentry-opentelemetry 99.31% <ø> (ø)

@st0012 st0012 force-pushed the update-sentry-rails-dependencies branch 5 times, most recently from b51f218 to b710d47 Compare October 26, 2024 16:45
@st0012 st0012 marked this pull request as ready for review October 26, 2024 19:38
Copy link
Collaborator

@solnic solnic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, tested locally too and all green


gem "sprockets-rails"

gem "sidekiq"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@st0012 we probably no longer need this since test adapter is used for AJ tests

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch 👍 Removed

@st0012 st0012 force-pushed the update-sentry-rails-dependencies branch from 9bc550a to 5b5faab Compare October 28, 2024 11:37
@st0012 st0012 merged commit e384446 into master Oct 28, 2024
141 of 142 checks passed
@st0012 st0012 deleted the update-sentry-rails-dependencies branch October 28, 2024 11:42
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