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

zentralopensource / zentral / 26809471676
88%

Build:
DEFAULT BRANCH: main
Ran 02 Jun 2026 09:06AM UTC
Jobs 1
Files 964
Run time 2min
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

02 Jun 2026 07:15AM UTC coverage: 88.149% (+0.07%) from 88.078%
26809471676

push

github

np5
Constrain long tag names in filter titles and facet rows

A tag whose rendered name (e.g. "taxonomy/name") didn't fit the
filter card was hard-clipping at the card edge with no visual cue —
white-space: normal would wrap on spaces, but an unbreakable run
inside the name (or a name with no whitespace) just overflowed.

Two small CSS rules + matching template classes:

- .filter-title-text — applied to the title div in the filter card
  header. Single-line nowrap with text-overflow: ellipsis. The div
  now also carries a title="…" attribute so hover surfaces the full
  text when truncated.
- .filter-choice-label — applied to the facet row anchor inside the
  card body. overflow-wrap: anywhere so a long single-word name
  wraps mid-word instead of overflowing. The native title attribute
  already exposed the full text on hover.

Row-side tag badges (base_inventory_tag) already handled this via
the ellipsis + max-width: 25vw shape; no change needed there.

46467 of 52714 relevant lines covered (88.15%)

0.88 hits per line

Coverage Regressions

Lines Coverage ∆ File
279
74.09
3.83% zentral/contrib/inventory/utils/msquery.py
Jobs
ID Job ID Ran Files Coverage
1 26809471676.1 02 Jun 2026 09:06AM UTC 964
88.15
GitHub Action Run
Source Files on build 26809471676
  • Tree
  • List 964
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26809471676
  • 152679c5 on github
  • Prev Build on main (#26761988008)
  • Next Build on main (#26816789800)
  • Delete
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