Closed aziflaj closed 2 years ago
Merging #64 (9f76858) into main (c4d02ae) will not change coverage. The diff coverage is
100.00%
.:exclamation: Current head 9f76858 differs from pull request most recent head 13f4275. Consider uploading reports for the commit 13f4275 to get more accurate results
@@ Coverage Diff @@
## main #64 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 549 562 +13
=========================================
+ Hits 549 562 +13
Impacted Files | Coverage Δ | |
---|---|---|
lib/database_cleaner/active_record/base.rb | 100.00% <100.00%> (ø) |
|
spec/database_cleaner/active_record/base_spec.rb | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update c4d02ae...13f4275. Read the comment docs.
Hey @etagwerker, can I get your 👀 on this one?
💯 Needed for Ruby 3.1 @etagwerker . Thanks @aziflaj!
I'm trying to bump this PR a bit. Can I get a review, and if this is a good addition to the gem, a merge please? cc @botandrose @etagwerker
Hi, Thanks @aziflaj! for the fix, this is very useful I'm trying to bump this PR up too, cc @etagwerker @lubc
Hi @botandrose , you seems to be the last active contributor, are you still maintaining the gem?
Thanks @aziflaj and @etagwerker!
@etagwerker Can you cut a new release from main
branch? This issue is a block for upgrading after Ruby 3.1+ or Psych 4.0+. Thanks.
Our
database.yml
looks like the following:When running the test suite, we were facing this issue:
After some investigation, we found out that the line throwing the error was this one.
The changes in this PR fix said issue