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

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

Build:
Build:
LAST BUILD BRANCH: nimmo-help-dispatcher
DEFAULT BRANCH: main
Ran 03 Jul 2026 11:02PM UTC
Jobs 1
Files 1685
Run time 2min
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

03 Jul 2026 10:58PM UTC coverage: 98.443% (+0.002%) from 98.441%
28686903742

Pull #4669

github

JoeCohen
Add systemt test

Added test/system/inat_import_tracker_system_test.rb, verified as a genuine regression test (fails against the pre-fix controller with a real timeout matching the reported hang, passes against the fix):

Builds an InatImport already in Importing state so the first page load deterministically shows the ticking, not-Done panel — avoids flakiness from Puma/asset cold-start timing.
Stubs the iNat API with listed_ids.txt, stripped of the observed_on* fields on the first result (same missing-date scenario as the real bug report), and delays that response by 3s so the job is verifiably still running after the page is on screen.
Stubs Turbo::StreamsChannel.broadcast_replace_to to a no-op for the whole run, so every broadcast is dropped — the browser can only recover via the client's own catch-up poll, exactly the failure mode from the report.
Starts the job via perform_later with ActiveJob::Base.queue_adapter = :async so it truly runs on a background thread while Capybara/Cuprite watches the real page.
Asserts the panel eventually reaches Done, and that the DB record ends up with ignored_date_missing_count: 1 / imported_count: 1.
Pull Request #4669: Fix tracker never done

50467 of 51265 relevant lines covered (98.44%)

745.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28686903742.1 03 Jul 2026 11:02PM UTC 1685
98.44
GitHub Action Run
Source Files on build 28686903742
  • Tree
  • List 1685
  • Changed 71
  • Source Changed 71
  • Coverage Changed 44
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28686903742
  • Pull Request #4669
  • PR Base - main (#28685986159)
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