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

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

Build:
Build:
LAST BUILD BRANCH: feat/utilities-parity-v6
DEFAULT BRANCH: main
Ran 21 Aug 2026 08:06PM 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 08:04PM UTC coverage: 93.272%. Remained the same
32521742902

push

github

web-flow
refactor(Grid): emit the CSS Grid columns at the top level (#834)

`make-cssgrid()` was called from inside the `.grid` rule, so Sass nested its
output and every column became `.grid .g-col-6`. That is Bootstrap 5.1's
placement, from the commit that added the grid; upstream moved the call out in
v6 and we kept the old one. No decision of ours is behind it.

Moving it two levels up gives their output exactly: `.g-col-6` at the top
level, specificity down from (0,2,0) to (0,1,0), and the `.grid ` prefix stops
repeating 138 times.

The one behavioural difference is that `.g-col-*` now matches outside a grid
as well. `grid-column` only applies to grid items, so it changes no layout —
measured: an element carrying `.g-col-6` in a plain block still fills its 800px
parent, and in a flex container still shrinks to content, before and after.

4537 of 5095 branches covered (89.05%)

Branch coverage included in aggregate %.

8661 of 9055 relevant lines covered (95.65%)

399.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32521742902.1 21 Aug 2026 08:06PM UTC 66
93.27
GitHub Action Run
Source Files on build 32521742902
  • 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 #32521742902
  • d32af5a0 on github
  • Prev Build on v6-dev (#32517018383)
  • Next Build on v6-dev (#32521760639)
  • 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