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

MushroomObserver / mushroom-observer / 29446755694
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: 4818-de-dup-mcp-image-uploads
DEFAULT BRANCH: main
Ran 15 Jul 2026 08:08PM UTC
Jobs 1
Files 1756
Run time 4min
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

15 Jul 2026 08:01PM UTC coverage: 99.122% (-0.003%) from 99.125%
29446755694

Pull #4811

github

nimmolo
Address Copilot review on #4811: fix stale doc comment, memoize official-locale fallback lookup

- db_fallback.rb's class comment pointed at config/application.rb for
  the backend chain wiring; it actually lives in
  config/initializers/i18n_backend.rb.
- text_for queried Language.official on every fallback lookup for a
  locale lacking its own override -- the common case on a cold cache
  for any non-English locale. Memoized on the DbFallback instance
  itself (one per process) rather than on Language.official: adding
  the memoization to Language directly would hand every caller
  (including tests) the same cached AR instance across
  requests/tests, and a stale cached association surviving a
  rolled-back test transaction is exactly the kind of bug that risks
  -- confirmed by trying it first and watching
  LanguageExporterTest#test_import_official break from stale
  translation_strings association data leaking across tests.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Pull Request #4811: Replace file-based I18n backend with Solid Cache + `DbFallback` (`#4807`)

65 of 65 new or added lines in 7 files covered. (100.0%)

3 existing lines in 2 files now uncovered.

52743 of 53210 relevant lines covered (99.12%)

843.01 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
97.3
-0.46% app/controllers/translations_controller.rb
1
97.56
-2.44% app/models/translation_string.rb
Jobs
ID Job ID Ran Files Coverage
1 29446755694.1 15 Jul 2026 08:08PM UTC 1756
99.12
GitHub Action Run
Source Files on build 29446755694
  • Tree
  • List 1756
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29446755694
  • Pull Request #4811
  • PR Base - main (#29443624618)
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