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

MushroomObserver / mushroom-observer / 26460067813
96%

Build:
DEFAULT BRANCH: main
Ran 26 May 2026 04:11PM 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:06PM UTC coverage: 96.419% (-0.001%) from 96.42%
26460067813

push

github

web-flow
Move Components::Checklist::* to Views::Controllers::Checklists::* (#4366)

* Move project target widgets to Views/ and rename Widget → Form

Three things in one commit:

1. `Components::ProjectTargetWidgetBase` moves to
   `Views::Controllers::Projects::TargetWidgetBase`. It's the shared
   Pattern-B parent for the two inline "add target X" forms — used
   only by the two subclasses, both of which now live under
   `Views::Controllers::Projects::*`. Belongs alongside its only
   callers, not in components/.

2. `Components::ProjectTargetNamesWidget` moves to
   `Views::Controllers::Projects::TargetNames::Form`. The
   target_names POST/DELETE actions live in
   `Projects::TargetNamesController`, so the form file now sits
   under the matching `projects/target_names/` view directory.
   Renamed from "Widget" to "Form" — "Widget" carried no semantic
   load; matches the single-form-per-controller `Form` convention
   used elsewhere (e.g. `Views::Controllers::Names::Trackers::Form`).

3. Existing
   `Views::Controllers::Projects::Locations::TargetLocationsWidget`
   already in views/ — symmetrized to
   `Views::Controllers::Projects::TargetLocations::Form` to match
   the new TargetNames placement. The locations widget previously
   lived under `projects/locations/` (its host page), but the
   form's write owner is `Projects::TargetLocationsController` —
   a real, separate CRUD controller for the
   `project_target_locations` join table, distinct from
   `Projects::LocationsController#index` (read-only rollup of
   observation locations). Form file follows the write owner.

The rendered DOM ids (`target_names_widget`, `target_locations_widget`)
are kept via each subclass's `dom_id` override — both are referenced
by Turbo-stream `replace` calls and SCSS selectors in
`_form_elements.scss`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Move Components::Checklist::* to Views::Controllers::Checklists::*

The three checklist compon... (continued)

95 of 95 new or added lines in 8 files covered. (100.0%)

38992 of 40440 relevant lines covered (96.42%)

662.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26460067813.1 26 May 2026 04:10PM UTC 1009
96.42
GitHub Action Run
Source Files on build 26460067813
  • Tree
  • List 1009
  • Changed 4
  • Source Changed 4
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26460067813
  • e73a68da on github
  • Prev Build on main (#26460061360)
  • Next Build on main (#26460082486)
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