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

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

Build:
Build:
LAST BUILD BRANCH: v6-dev
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:05PM UTC coverage: 93.272%. Remained the same
32521760639

push

github

web-flow
fix(Utilities, IconLink): revive two rules that resolved to nothing (#835)

`.text-disabled` set `--cui-text: var(--cui-disabled)`, and `--cui-disabled` is
declared nowhere in v6 — v5 had it in `_root.scss`, marked deprecated, and the
root cleanup dropped the token while the class stayed. An undeclared `var()`
with no fallback is invalid at computed-value time, so the whole colour
declaration fell away and the text rendered at the body colour. Measured:
`rgba(37, 43, 54, .95)` before, identical to unstyled text; now
`color(srgb .145 .168 .212 / .38)`, the same as `.text-body-tertiary`, which is
v6's token for the least prominent text and carries v5's `.38` alpha.

`.icon-link` styled `> .bi` only — Bootstrap Icons' class. Our own set uses
`.icon`, which is what all six examples on the helper's page use, so
`.icon-link-hover` never animated an icon written the way we document it.
Measured on hover: `transform: none` before, a translation after. The size half
was already covered, because our `.icon` component sizes itself — the animation
was the part that was dead. `.bi` stays, so markup written against upstream
keeps working.

Raise the `coreui-utilities.min.css` budget from 14.5 to 14.75 kB: the fix puts
it at 14.51 kB, since `--cui-tertiary-color` is six characters longer than the
name it replaces.

4537 of 5095 branches covered (89.05%)

Branch coverage included in aggregate %.

8661 of 9055 relevant lines covered (95.65%)

399.92 hits per line

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