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

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

Build:
Build:
LAST BUILD BRANCH: v6-dev
DEFAULT BRANCH: main
Ran 26 Aug 2026 12:13PM 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

26 Aug 2026 12:12PM UTC coverage: 93.105%. Remained the same
32967327440

push

github

web-flow
docs: document the token, size and variant map APIs; make variant maps merge (#927)

The Sass page taught the v5 surface — variables, theme-color maps, the
color functions — and said nothing about the machinery v6 customization
actually runs on: $root-tokens and the $<component>-tokens maps, the
$<component>-sizes lists, the $<component>-variants maps, defaults()
and the map helpers. The npm guide already tells readers to write
`with ($root-tokens: …)`; this page now explains it. New sections:
Token defaults (partial overrides, null removal, how the three levels
coexist), Size maps (removing is one null; adding also needs the tokens
the loop reads), Variant maps (slot-valued entries follow every theme
color), Defaults and Map helpers under Functions.

One code change rides along, because writing the variant section
exposed it: $alert-variants, $avatar-variants and $badge-variants were
plain !default, so a `with ()` override replaced the whole map and
silently dropped the built-in variants — while $button-variants merges
through defaults(). All three now merge the same way. The compiled CSS
is byte-for-byte identical; the documented examples were compiled
against the source to prove the semantics: an added "outline" alert
variant lands next to the kept "solid", and a null removes
.pagination-sm while .pagination-lg stays.

defaults() and map-slot() gain scss-docs captures so the new sections
quote the real source.

4619 of 5202 branches covered (88.79%)

Branch coverage included in aggregate %.

8831 of 9244 relevant lines covered (95.53%)

393.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32967327440.1 26 Aug 2026 12:13PM UTC 68
93.11
GitHub Action Run
Source Files on build 32967327440
  • 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 #32967327440
  • b0b75c67 on github
  • Prev Build on v6-dev (#32967320923)
  • Next Build on v6-dev (#32967338831)
  • 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