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

MushroomObserver / mushroom-observer / 26402361544
96%

Build:
DEFAULT BRANCH: main
Ran 25 May 2026 01:18PM UTC
Jobs 1
Files 1009
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

25 May 2026 01:14PM UTC coverage: 96.402% (+0.002%) from 96.4%
26402361544

push

github

web-flow
names: move 9 forms to Views/ (#4354)

Per #4331. Mechanical move of all 9 single-use Name forms from
`app/components/` to `app/views/controllers/names/...`:

- `NameForm` → `Views::Controllers::Names::Form`
- `NameClassificationForm` →
  `Views::Controllers::Names::Classification::Form`
- `NameInheritClassificationForm` →
  `Views::Controllers::Names::Classification::Inherit::Form`
- `NameLifeformForm` →
  `Views::Controllers::Names::Lifeforms::Form`
- `NamePropagateLifeformForm` →
  `Views::Controllers::Names::Lifeforms::Propagate::Form`
- `NameApproveSynonymForm` →
  `Views::Controllers::Names::Synonyms::Approve::Form`
- `NameDeprecateSynonymForm` →
  `Views::Controllers::Names::Synonyms::Deprecate::Form`
- `NameEditSynonymForm` →
  `Views::Controllers::Names::Synonyms::Form`
- `NameTrackerForm` →
  `Views::Controllers::Names::Trackers::Form`

Each new view's namespace mirrors its controller path. Tests moved
+ namespaced to match.

The form-id auto-deriver in `ApplicationForm` would have produced a
shorter id (e.g. `lifeform_form` instead of `name_lifeform_form`)
because it only uses the parent module of the form's class. The
names cluster is special — the old class names mashed "Name" into
the form name (`NameLifeformForm` → `name_lifeform_form`) — so each
moved form passes its old id explicitly via `super(..., id: "...")`
to preserve the contract for any downstream Stimulus / CSS hooks.
Going forward, new forms get the auto-derived id naturally.

The 6 FormObject-bound forms (synonym ops, lifeform string↔checkbox
translation, classification-inherit lookup, propagation params) all
correctly represent UI-level operations distinct from Name
attributes — not refactor candidates.

291 tests pass; lint clean.

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

323 of 323 new or added lines in 9 files covered. (100.0%)

38979 of 40434 relevant lines covered (96.4%)

666.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26402361544.1 25 May 2026 01:18PM UTC 1009
96.4
GitHub Action Run
Source Files on build 26402361544
  • Tree
  • List 1009
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26402361544
  • 049304c8 on github
  • Prev Build on main (#26400206093)
  • Next Build on main (#26402355824)
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