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

coreui / coreui-pro / 33960296034
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: refactor/inline-component-sass-vars-v6
DEFAULT BRANCH: main
Ran 05 Sep 2026 10:19AM UTC
Jobs 1
Files 68
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

05 Sep 2026 10:18AM UTC coverage: 93.398%. Remained the same
33960296034

push

github

web-flow
fix(theme): merge $theme-colors through defaults() and test the @use with() surface (#1174)

`$theme-colors` and `$theme-state-colors` were plain `!default` maps, so
`@use "coreui" with ($theme-colors: ("custom": (…)))` replaced the whole
map: the custom colour compiled and `--cui-primary-base` and every other
built-in vanished. Both maps now go through `defaults()` like the rest of
the configuration, so an entry adds, a full sub-map replaces one colour
and `null` removes one. Compiled CSS is unchanged.

The docs taught `map.merge($theme-colors, …)` after `@use "theme"` and
before `@use "coreui"`, which never took effect: `@use` rules are hoisted,
so the library had already loaded when the merge ran. The theme, sass and
color-modes pages now configure the map through `with ()`, use the `border`
slot the map actually reads (not `border-subtle`) and the `-base` token in
the focus ring; the migration snippet follows.

Five sass-true suites cover this surface: alert tokens through `with ()`,
a custom spacer and badge variant merged on top of the built-ins, root
token overrides and additions, a custom theme colour that keeps `primary`,
and the validation selector gating `:user-*` behind `[data-coreui-validate]`.

4837 of 5435 branches covered (89.0%)

Branch coverage included in aggregate %.

9268 of 9667 relevant lines covered (95.87%)

401.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33960296034.1 05 Sep 2026 10:19AM UTC 68
93.4
GitHub Action Run
Source Files on build 33960296034
  • Tree
  • List 68
  • 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 #33960296034
  • fac4f07f on github
  • Prev Build on v6-dev (#33960006487)
  • Next Build on v6-dev (#33960570979)
  • 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