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

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

Build:
Build:
LAST BUILD BRANCH: njw-4986-archive-cutoff-note
DEFAULT BRANCH: main
Ran 03 Aug 2026 06:50PM UTC
Jobs 1
Files 1821
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

03 Aug 2026 06:45PM UTC coverage: 99.248%. Remained the same
30842749182

Pull #4979

github

nimmolo
Fix MatrixBox heading/badge display

.rss-heading (title link + IDBadge) is a flex row. Two problems
compounded on long name+author combos like "Hemileccinum
aenigmaticum": the title link's fixed 7.5rem margin-right was either
excessive whitespace or, on long titles, not enough to keep the
badge from crowding the text -- and the author citation, forced onto
its own line below the name by String#break_name but kept as one
unbreakable run by String#small_author's `.text-nowrap`, could push
the whole row past the box edge and shove the badge out with it
(flex items don't shrink below their content's min-content width by
default).

Fixes:
- .rss-heading uses a real flex `gap` (new `.gap-3` utility, 1rem)
  instead of a per-child margin hack.
- .rss-heading > a gets `min-width: 0` so the flex item can actually
  shrink to the row's available width.
- `.rss-name small.text-nowrap` is overridden back to `white-space:
  normal` -- in this context the name/author split is already
  guaranteed by break_name's hard line break, so the citation itself
  just needs to be free to wrap across lines instead of overflowing.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Pull Request #4979: Fix `MatrixBox` heading/badge display

54408 of 54820 relevant lines covered (99.25%)

847.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30842749182.1 03 Aug 2026 06:50PM UTC 1821
99.25
GitHub Action Run
Source Files on build 30842749182
  • Tree
  • List 1821
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30842749182
  • Pull Request #4979
  • PR Base - main (#30749477882)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc