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

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

Build:
Build:
LAST BUILD BRANCH: v6-dev
DEFAULT BRANCH: main
Ran 08 Aug 2026 06:54PM UTC
Jobs 1
Files 61
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

08 Aug 2026 06:52PM UTC coverage: 92.982%. Remained the same
31273027350

push

github

web-flow
fix(scss): keep the CSS-to-JS signals out of $prefix (#725)

Two custom properties exist only so a stylesheet can tell a plugin something:
`--cui-position`, which the dropdown reads to learn whether its menu is
end-aligned, and `--cui-is-mobile`, which the sidebar sets inside a media query
and reads back to detect its mobile behavior. Both were emitted through
`$prefix` while both are read from JavaScript by a name spelled out in full, so
a build that changes the prefix left the stylesheet writing `--bs-…` and the
plugin reading `--cui-…`: the dropdown stopped seeing its alignment and the
sidebar stopped seeing that it was mobile. Measured in Chromium against a
`$prefix: bs-` build — both read empty; with this change both read correctly.

They are signals, not tokens: neither is documented, neither is meant to be set
by hand, and a configurable name is exactly what lets the two sides disagree.
Same reasoning as `--cui-range-slider-track-from` in #724.

The compiled stylesheet is unchanged at the default prefix — `--#{$prefix}position`
with `cui-` already produced `--cui-position`, so this is a no-op for every build
that does not reconfigure it.

4255 of 4805 branches covered (88.55%)

Branch coverage included in aggregate %.

8265 of 8660 relevant lines covered (95.44%)

364.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31273027350.1 08 Aug 2026 06:54PM UTC 61
92.98
GitHub Action Run
Source Files on build 31273027350
  • Tree
  • List 61
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31273027350
  • 2d5f7a54 on github
  • Prev Build on v6-dev (#31269425939)
  • Next Build on v6-dev (#31273029602)
  • 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