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

MushroomObserver / mushroom-observer / 27270030369
98%
main: 98%

Build:
Build:
LAST BUILD BRANCH: njw-4565-materialize-external-links
DEFAULT BRANCH: main
Ran 10 Jun 2026 10:32AM UTC
Jobs 1
Files 1502
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

10 Jun 2026 10:28AM UTC coverage: 97.557% (-0.02%) from 97.579%
27270030369

Pull #4489

github

nimmolo
Address Copilot review #4 on #4489: private method + Hash q_param stub

- `Observations::MapsController#maps_index_phlex_view` was a public
  controller method. Rails treats public instance methods on a
  controller as candidate actions; even with no route, this risks
  someone wiring one up by mistake AND interferes with action-method
  detection. Move it below `private`. Same file's `show` /
  `popup` / `index` remain the public actions.
- `test/components/map_test.rb`'s `find_or_create_query` stub was
  returning `"Q"` (a String) for `q_param`. `Query#q_param` /
  `ApplicationController#q_param` always return a Hash; a String
  routes `add_q_param` through its legacy `?q=ABC`-format-string
  branch instead of the modern `q[key]=value` shape, masking
  URL-shape regressions. Switch the stub to a real Hash.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Pull Request #4489: Components::Map: consolidate make_map + helpers into one component

320 of 331 new or added lines in 14 files covered. (96.68%)

2 existing lines in 1 file now uncovered.

45607 of 46749 relevant lines covered (97.56%)

753.69 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
86.44
-13.56% app/classes/mappable/clustered_collection.rb
1
97.96
1.08% app/components/map.rb
1
99.3
app/components/map/popup.rb
1
92.86
app/views/controllers/observations/maps/index.rb

Coverage Regressions

Lines Coverage ∆ File
2
90.91
-9.09% app/helpers/content_helper.rb
Jobs
ID Job ID Ran Files Coverage
1 27270030369.1 10 Jun 2026 10:32AM UTC 1502
97.56
GitHub Action Run
Source Files on build 27270030369
  • Tree
  • List 1502
  • Changed 10
  • Source Changed 9
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27270030369
  • Pull Request #4489
  • PR Base - main (#27228365831)
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