• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

MushroomObserver / mushroom-observer / 26460528778
96%

Build:
DEFAULT BRANCH: main
Ran 26 May 2026 04:19PM UTC
Jobs 1
Files 1009
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 May 2026 04:15PM UTC coverage: 96.419%. Remained the same
26460528778

push

github

web-flow
Bundle update with Rails ~> 7.0 (#4326)

* Bundle update wtih Rails ~> 7.0

* Fix two Rails 7.2.3.1 compatibility breaks in index/query flow

1. `redirect_to` now returns the HTTP status Integer (302) as its last
   expression instead of "" — `build_index_with_query` was treating
   that Integer as a query and passing it to `filtered_index`, causing
   `NoMethodError: undefined method 'id' for an instance of Integer`.
   Fix: extract `filtered_subaction_index` (private) and guard with
   `performed?` before testing `query.blank?`.

2. `query_from_q_param_hash` passed the raw `to_unsafe_hash` result
   (string-keyed HWIA) via `**` to `Query.lookup`. String keys fail
   the `params.slice(*attribute_names)` match (attribute names are
   symbols) and cause a TypeError in Ruby 3.4+. Fix: add
   `.symbolize_keys` to match the pattern used everywhere else in the
   codebase.

Adds a targeted controller test for the symbolize_keys fix.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Fix line-length offenses

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

5 of 5 new or added lines in 1 file covered. (100.0%)

38993 of 40441 relevant lines covered (96.42%)

663.27 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26460528778.1 26 May 2026 04:19PM UTC 1009
96.42
GitHub Action Run
Source Files on build 26460528778
  • Tree
  • List 1009
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26460528778
  • 92016497 on github
  • Prev Build on main (#26460091283)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc