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

coreui / coreui-pro / 30765886154
93%
main: 94%

Build:
Build:
LAST BUILD BRANCH: v6-dev
DEFAULT BRANCH: main
Ran 02 Aug 2026 08:34PM UTC
Jobs 1
Files 58
Run time 1min
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 Aug 2026 08:33PM UTC coverage: 92.963% (-0.2%) from 93.123%
30765886154

push

github

web-flow
fix(browserslist)!: declare the Firefox floor :has() already requires; make .alert-dismissible optional (#667)

Two changes, in that order because the second depends on the first.

1. The declared Firefox floor was fiction. We select with `:has()` in eleven
   places across five partials — validation and focus states on Multi Select
   and Autocomplete, the sidebar navigation indicators, calendar ranges, the
   rating icons — none of them behind `@supports`. Firefox shipped `:has()`
   in 121, while .browserslistrc claimed 120. That is not a graceful
   degradation: an unsupported `:has()` invalidates the entire rule it appears
   in, taking any sibling selector in the same list with it. The floor now says
   121, and both .browserslistrc and the browsers & devices page list which
   feature sets which floor, the way the light-dark() bound is already
   documented. Coverage: 87.19% -> 87.06%.

2. `.alert-dismissible` is no longer required. An alert holding a close button
   as a direct child now makes room for it and positions it on its own
   (`.alert:has(> .btn-close)`); the class stays supported for markup that
   already carries it, for buttons injected later, and for buttons nested in a
   wrapper. The close-button positioning keeps its descendant selector, so
   existing markup renders exactly as before.

Bootstrap v6 dropped the class by making .alert a flex container, which would
reflow every existing multi-block alert into a row; `:has()` reaches the same
result without touching the layout contract.

Verified in headless Chromium: alert without the class, with the class, with a
nested button and without any button all resolve to the right padding and
positioning.

4168 of 4709 branches covered (88.51%)

Branch coverage included in aggregate %.

8051 of 8435 relevant lines covered (95.45%)

337.7 hits per line

Coverage Regressions

Lines Coverage ∆ File
14
87.88
-2.19% js/src/date-range-picker.ts
9
89.41
-3.92% js/src/date-picker.ts
5
94.63
-2.51% js/src/time-picker.ts
4
91.61
-6.29% js/src/util/time.ts
1
87.9
-0.37% js/src/util/calendar.ts
1
95.05
-1.98% js/src/util/floating-ui.ts
1
57.41
-1.85% js/src/util/focustrap.ts
Jobs
ID Job ID Ran Files Coverage
1 30765886154.1 02 Aug 2026 08:34PM UTC 58
92.96
GitHub Action Run
Source Files on build 30765886154
  • Tree
  • List 58
  • Changed 8
  • Source Changed 4
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30765886154
  • 6649989d on github
  • Prev Build on v6-dev (#30763435685)
  • Next Build on v6-dev (#30765884416)
  • Delete
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