Skip to content

Conversation

@solnic
Copy link
Collaborator

@solnic solnic commented Nov 24, 2025

WIP

#skip-changelog

@solnic solnic force-pushed the solnic/rails-add-pg branch from 904b1e6 to c229f05 Compare November 24, 2025 10:06
@codecov
Copy link

codecov bot commented Nov 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.11%. Comparing base (5c3c53d) to head (dce46cb).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2788   +/-   ##
=======================================
  Coverage   90.11%   90.11%           
=======================================
  Files         132      132           
  Lines        5293     5293           
=======================================
  Hits         4770     4770           
  Misses        523      523           
Components Coverage Δ
sentry-ruby 97.26% <ø> (ø)
sentry-rails 55.31% <ø> (ø)
sentry-sidekiq 95.05% <ø> (ø)
sentry-resque 94.44% <ø> (ø)
sentry-delayed_job 94.68% <ø> (ø)
sentry-opentelemetry 99.31% <ø> (ø)
🚀 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.

@solnic solnic force-pushed the solnic/rails-add-pg branch 3 times, most recently from 8ebc2a3 to 9b75163 Compare November 24, 2025 13:51
@solnic solnic marked this pull request as ready for review November 24, 2025 13:57
options:
rubyopt: "--enable-frozen-string-literal --debug=frozen-string-literal"
- ruby_version: "3.2"
rails_version: "7.1.0"
Copy link

Choose a reason for hiding this comment

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

Bug: Missing database field in matrix configuration

The matrix entry for Ruby 3.2 and Rails 7.1.0 at line 82 lacks a database field, causing matrix.database to be undefined. This results in the DATABASE environment variable being empty, which triggers an "Unsupported database for tests" error in the application code at line 61 of application.rb, as the case statement doesn't handle empty strings.

Fix in Cursor Fix in Web

@solnic solnic force-pushed the solnic/rails-add-pg branch from 9b75163 to dce46cb Compare November 27, 2025 09:32
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