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

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

Build:
Build:
LAST BUILD BRANCH: nimmo-icon-svg-conversion
DEFAULT BRANCH: main
Ran 08 Aug 2026 02:53AM UTC
Jobs 1
Files 1822
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

08 Aug 2026 02:48AM UTC coverage: 99.253% (+0.002%) from 99.251%
31235818715

Pull #5020

github

nimmolo
Fix .inline-icon-link baseline correction at the CSS level, not by stripping .btn

Reverts the variant: :strip change to copy_link -- stripping .btn
entirely also strips Bootstrap's browser-chrome reset, leaving a bare
<button> with native OS button styling (gray box, 3D border).

The actual bug was CSS specificity: .btn's baseline nudge outranks
.inline-icon-link's own top: 0 correction, since the nudge rule chains
several :not() clauses. Fixed by adding :not(.inline-icon-link) to
that chain, so the nudge simply doesn't match a button that's also
.inline-icon-link, and .inline-icon-link's own rule applies cleanly
-- no specificity fight, .btn's reset stays intact.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Pull Request #5020: Switch `Components::Icon` rendering from Bootstrap 3 glyphicon font to an SVG sprite

253 of 253 new or added lines in 50 files covered. (100.0%)

54482 of 54892 relevant lines covered (99.25%)

854.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31235818715.1 08 Aug 2026 02:53AM UTC 1822
99.25
GitHub Action Run
Source Files on build 31235818715
  • Tree
  • List 1822
  • Changed 51
  • Source Changed 51
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31235818715
  • Pull Request #5020
  • PR Base - main (#31229271772)
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