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

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

Build:
Build:
LAST BUILD BRANCH: chore/bundlewatch-bundle-ceiling-v6
DEFAULT BRANCH: main
Ran 21 Aug 2026 09:15AM UTC
Jobs 1
Files 66
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

21 Aug 2026 09:13AM UTC coverage: 93.272%. Remained the same
32466866916

push

github

web-flow
fix(Table): declare every value it draws with as a CSS variable (#812)

Cell padding, vertical alignment, border width and the group separator
colour were compiled into the rules, so nothing could reach them at
runtime. Stacked tables already read `--cui-table-cell-padding-y`,
`--cui-table-cell-padding-x` and `--cui-table-border-width`, which no rule
declared: every one of those reads was invalid at computed-value time, so
stacked rows rendered with zero padding and no line between them.

Emit the whole set through `defaults()` + `tokens()` on `.table`, and give
the striped, active and hover backgrounds a `--cui-table-*-bg-factor`
variable so their strength is adjustable without redefining the colour.
They now mix from `--cui-table-color` rather than `--cui-emphasis-color`,
which lets `table-variant()` drop six declarations: setting the colour,
background and border colour is enough for the states to follow.

`.table-sm` sets the padding variables on the table instead of overriding
the padding of every cell, so the modifier reaches stacked rows too.

Borders move to logical properties, so a vertical writing mode keeps the
separators on the block axis instead of turning them sideways.

4537 of 5095 branches covered (89.05%)

Branch coverage included in aggregate %.

8661 of 9055 relevant lines covered (95.65%)

399.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32466866916.1 21 Aug 2026 09:15AM UTC 66
93.27
GitHub Action Run
Source Files on build 32466866916
  • Tree
  • List 66
  • 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 #32466866916
  • 04dc9613 on github
  • Prev Build on v6-dev (#32432557987)
  • Next Build on v6-dev (#32466936229)
  • 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