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

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

Build:
Build:
LAST BUILD BRANCH: feat/check-radio-switch-classes-v6
DEFAULT BRANCH: main
Ran 07 Aug 2026 09:19PM 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

07 Aug 2026 09:17PM UTC coverage: 92.989%. Remained the same
31219443898

push

github

web-flow
feat(stacks): responsive variants, read from the container (#714)

`.hstack` and `.vstack` were all-or-nothing: a stack that reads as a row on a
wide layout and a column on a narrow one meant writing the flex utilities twice.
`.hstack-{breakpoint}` and `.vstack-{breakpoint}` switch direction instead, and
`.stack-container` marks the ancestor they measure.

The width comes from that container rather than the viewport, so the same markup
can be a column in a sidebar and a row in the main content area of one page.

Plain `.hstack` and `.vstack` keep today's behaviour. Upstream expresses its
stacks through `--stack-*` tokens on a shared `[class*="stack"]` base, which
would have given `.hstack` `flex: 1 1 auto` and changed its `align-items` from
`center` to `flex-start` — two silent visual changes to markup that already
exists. Ours keeps the centring and the shrink-to-content width; only the shared
`display: flex` moves into a generated base selector.

Adapted from twbs/bootstrap's v6 stacks.

4267 of 4819 branches covered (88.55%)

Branch coverage included in aggregate %.

8281 of 8675 relevant lines covered (95.46%)

363.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31219443898.1 07 Aug 2026 09:18PM UTC 61
92.99
GitHub Action Run
Source Files on build 31219443898
  • 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 #31219443898
  • a505c9b8 on github
  • Prev Build on v6-dev (#31219266513)
  • Next Build on v6-dev (#31227550328)
  • 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