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

MushroomObserver / mushroom-observer / 26460091283
96%

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

push

github

web-flow
Move Components::Sidebar::* to Views::Layouts::Sidebar::* (#4370)

The five sidebar components (Section, Admin, Login, User, Languages)
only render from `Views::Layouts::ApplicationSidebar` and live in
the application layout — not reusable building blocks, layout-bound
content. Files move from `app/components/sidebar/` to
`app/views/layouts/sidebar/`, namespace `Views::Layouts::Sidebar::*`
to match the `Views::Layouts` umbrella introduced in #4362
(cf. existing `Views::Layouts::ApplicationSidebar` and
`Views::Layouts::LoginWelcome`).

Tests move alongside: `test/components/sidebar/` →
`test/views/layouts/sidebar/`. Each test's `module Sidebar` becomes
`module Views::Layouts::Sidebar`, and `Components::Sidebar::Foo.new`
references inside become unqualified `Foo.new` (lexical sibling
resolution within the module).

The sole external caller — `Views::Layouts::ApplicationSidebar` —
updates all nine renders to `Views::Layouts::Sidebar::*`. Because
`ApplicationSidebar` uses one-line class declaration
(`class Views::Layouts::ApplicationSidebar < Views::Base`) rather
than a nested `module Views::Layouts; class ApplicationSidebar` body,
its lexical scope doesn't include `Views::Layouts` — unqualified
`Sidebar::*` wouldn't resolve. Full path is used instead, same
verbosity as the old `Components::Sidebar::*`.

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

108 of 108 new or added lines in 6 files covered. (100.0%)

38991 of 40439 relevant lines covered (96.42%)

663.21 hits per line

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