-
-
Notifications
You must be signed in to change notification settings - Fork 494
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
|
b51f218
to
b710d47
Compare
There was a problem hiding this 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
sentry-rails/Gemfile
Outdated
|
||
gem "sprockets-rails" | ||
|
||
gem "sidekiq" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch 👍 Removed
We don't need to use Sidekiq for ActiveJob specs, we can use Rails' default adapters instead.
9bc550a
to
5b5faab
Compare
This PR:
#skip-changelog