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

MushroomObserver / mushroom-observer / 26520594653
97%

Build:
DEFAULT BRANCH: main
Ran 27 May 2026 03:25PM UTC
Jobs 1
Files 1019
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

27 May 2026 03:20PM UTC coverage: 96.448%. Remained the same
26520594653

push

github

web-flow
Teach ERBTracker to skip constant-style render args (#4380)

`ActionView::DependencyTracker::ERBTracker`'s `RENDER_ARGUMENTS` regex
treats `.` as a method-chain delimiter but doesn't recognize `::`,
so when an ERB partial does `render(Components::MatrixTable.new(...))`
it captures only `Components` as the dependency name. The tracker
then appends `"#{dep.pluralize}/#{dep.singularize}"` —
`"Components/Component"` — and the Digestor logs:

    ERROR -- :  Couldn't find template for digesting: Components/Component

Same shape for `Views::Foo.new(...)` → `"Views/View"`. Every test that
walks a controller action whose ERB renders a Phlex class fires this.

Prepend a small filter on `add_dynamic_dependency` that drops any
dependency name starting with an uppercase letter. By Rails
convention, dynamic dependencies are instance- or local-variable
names (lowercase); leading-uppercase always means a constant
reference, which by definition isn't a partial path. Dropping them
costs nothing and removes the noise at its source.

Lets us delete the post-hoc log filter in `config/environments/test.rb`
(replaces #4372, which suppresses the same messages by string match
after they've already been emitted).

Fixes #4371.

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

39105 of 40545 relevant lines covered (96.45%)

659.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26520594653.1 27 May 2026 03:25PM UTC 1019
96.45
GitHub Action Run
Source Files on build 26520594653
  • Tree
  • List 1019
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26520594653
  • 79a326a2 on github
  • Prev Build on main (#26519992062)
  • Next Build on main (#26524359265)
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