Open
Conversation
904b1e6 to
c229f05
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 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
🚀 New features to boost your workflow:
|
8ebc2a3 to
9b75163
Compare
| options: | ||
| rubyopt: "--enable-frozen-string-literal --debug=frozen-string-literal" | ||
| - ruby_version: "3.2" | ||
| rails_version: "7.1.0" |
There was a problem hiding this comment.
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.
9b75163 to
dce46cb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WIP
#skip-changelog