Skip to content

Conversation

@tagliala
Copy link
Contributor

Ref: rails/rails#56434

Close #927

@codecov
Copy link

codecov bot commented Jan 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (9e9c39b) to head (838fe91).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #928   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines          106       106           
=========================================
  Hits           106       106           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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.

@tagliala
Copy link
Contributor Author

tagliala commented Jan 11, 2026

Issue with minitest 6 was quite subtle, since CI passed, but tests were not being executed.

This is from the log to confirm that they did rur:

Capybara starting Puma...
* Version 7.1.0, codename: Neon Witch
* Min threads: 0, max threads: 4
* Listening on http://127.0.0.1:46589/
................

Finished in 10.011381s, 1.5982 runs/s, 3.3961 assertions/s.
16 runs, 34 assertions, 0 failures, 0 errors, 0 skips
Coverage report generated for Minitest to /home/runner/work/demo.activeadmin.info/demo.activeadmin.info/coverage/coverage.xml.
Line Coverage: 100.0% (106 / 106)

@tagliala tagliala merged commit 677cb2d into main Jan 11, 2026
6 checks passed
@tagliala tagliala deleted the chore/927-minitest-6 branch January 11, 2026 15:16
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.

minitest 6 is breaking CI [BLOCKED UPSTREAM]

2 participants